summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-06-30 23:57:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-06-30 23:57:31 +0000
commitfa179dde82da89842a93a1efd916a6751a37eac9 (patch)
tree671768f3d0abfc973ef711811ada1a26c217441e /src/interfaces/odbc
parent7bf29f6b78706d96c15188fd0b86194e55f5a5fb (diff)
downloadpostgresql-fa179dde82da89842a93a1efd916a6751a37eac9.tar.gz
Make sure symlinks for sharedlib get removed by 'make clean'.
Diffstat (limited to 'src/interfaces/odbc')
-rw-r--r--src/interfaces/odbc/GNUmakefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in
index 0835bd53b5..79883ab79f 100644
--- a/src/interfaces/odbc/GNUmakefile.in
+++ b/src/interfaces/odbc/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.10 1999/01/17 06:19:43 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.11 1999/06/30 23:57:29 tgl Exp $
#
#-------------------------------------------------------------------------
@SET_MAKE@
@@ -65,8 +65,8 @@ install-ini: odbcinst.ini
.PHONY: clean
-clean:
- -rm -f lib$(NAME).a $(shlib) $(OBJS)
+clean: clean-shlib
+ -rm -f lib$(NAME).a $(OBJS)
.PHONY: distclean
@@ -76,7 +76,7 @@ distclean: clean
ifeq ($(PORTNAME), win)
@if [ $SRCDIR != $ODBCSRCDIR ]; then rm -f template makefiles port; fi
else
- @if [ $SRCDIR ne $ODBCSRCDIR ]; then rm -f template makefiles port
+ @if [ $SRCDIR ne $ODBCSRCDIR ]; then rm -f template makefiles port; fi
endif
.PHONY: standalone