mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 07:42:18 -04:00
Cleanup initdb
This commit is contained in:
parent
bc40727042
commit
6d708c6900
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue