From fa179dde82da89842a93a1efd916a6751a37eac9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 30 Jun 1999 23:57:31 +0000 Subject: Make sure symlinks for sharedlib get removed by 'make clean'. --- src/interfaces/odbc/GNUmakefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/interfaces/odbc') 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 -- cgit v1.2.1