summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
diff options
context:
space:
mode:
authorTom Lane1999-06-30 23:57:31 +0000
committerTom Lane1999-06-30 23:57:31 +0000
commitfa179dde82da89842a93a1efd916a6751a37eac9 (patch)
tree671768f3d0abfc973ef711811ada1a26c217441e /src/interfaces/ecpg
parent7bf29f6b78706d96c15188fd0b86194e55f5a5fb (diff)
Make sure symlinks for sharedlib get removed by 'make clean'.
Diffstat (limited to 'src/interfaces/ecpg')
-rw-r--r--src/interfaces/ecpg/lib/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in
index ef2373fa78e..c7b4c80e06e 100644
--- a/src/interfaces/ecpg/lib/Makefile.in
+++ b/src/interfaces/ecpg/lib/Makefile.in
@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.43 1999/02/23 12:56:55 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.44 1999/06/30 23:57:23 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -41,8 +41,9 @@ typename.o : typename.c ../include/ecpgtype.h
.PHONY: clean
-clean:
- rm -f lib$(NAME).a $(shlib) $(OBJS)
+
+clean: clean-shlib
+ rm -f lib$(NAME).a $(OBJS)
ifeq ($(PORTNAME), win)
rm -f $(NAME).def
endif