Make sure symlinks for sharedlib get removed by 'make clean'.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jun 1999 23:57:29 +0000 (23:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jun 1999 23:57:29 +0000 (23:57 +0000)
GNUmakefile.in

index cf3d7466630086bb548174a87d59e4e7f5632eed..cfd342c64a5cd18c91c96f2b86a8e9ddcc9cbc2e 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.10 1999/01/17 06:19:43 momjian Exp $
+#    $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/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