diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-04-06 02:10:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-04-06 02:10:49 +0000 |
commit | 6d708c690000396c69fc715793156077a2913814 (patch) | |
tree | 362a2c6b8b094ed28789d2dda6685fb1ce5f1e07 | |
parent | bc40727042161ea49903f277cbfe6c35eec7e89a (diff) | |
download | postgresql-6d708c690000396c69fc715793156077a2913814.tar.gz postgresql-6d708c690000396c69fc715793156077a2913814.zip |
Cleanup initdb
-rw-r--r-- | src/bin/initdb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index 9ce4daa5272..7d673d92820 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.7 1998/04/06 01:14:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.8 1998/04/06 02:10:49 momjian Exp $ # #------------------------------------------------------------------------- @@ -20,6 +20,5 @@ install: initdb $(INSTALL) $(INSTL_EXE_OPTS) $< $(DESTDIR)$(BINDIR)/$< clean: - rm -f initdb dep depend: |