1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

Make sure symlinks for sharedlib get removed by 'make clean'.

This commit is contained in:
Tom Lane
1999-06-30 23:57:31 +00:00
parent 7bf29f6b78
commit fa179dde82
6 changed files with 23 additions and 19 deletions

View File

@@ -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