diff options
author | Bruce Momjian | 1998-10-16 15:31:04 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-16 15:31:04 +0000 |
commit | f731abe635a0d4163b47904471ca449f0648c727 (patch) | |
tree | 8ba00096cf960b32cef5cc3afe33bcebfd812e4e | |
parent | 8fa2742ddf205d8adc11ca5abdcf67af7984de97 (diff) |
interfaces/Makefile fix.
-rw-r--r-- | src/interfaces/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 58e8a2b175d..43a4c5aca2c 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.17 1998/10/16 04:37:37 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.18 1998/10/16 15:31:04 momjian Exp $ # #------------------------------------------------------------------------- @@ -16,8 +16,6 @@ include $(SRCDIR)/Makefile.global PERL_CLEAN := DO_NOTHING -install: PERL_CLEAN := clean - .DEFAULT all install clean dep depend distclean: $(MAKE) -C libpq $@ |