diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-06-30 23:57:31 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-06-30 23:57:31 +0000 |
| commit | fa179dde82da89842a93a1efd916a6751a37eac9 (patch) | |
| tree | 671768f3d0abfc973ef711811ada1a26c217441e /src/interfaces/odbc | |
| parent | 7bf29f6b78706d96c15188fd0b86194e55f5a5fb (diff) | |
| download | postgresql-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.in | 8 |
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 |
