diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-11-07 06:24:33 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-11-07 06:24:33 +0000 |
commit | 75d5ce28ea32833c64c46f5e1924c6b11fe3d3c3 (patch) | |
tree | 298b9b270b2e870ced451ebd04cb4fb54c83f28e /src | |
parent | 7387e887206126178c47c1478daa6cb7678fff9c (diff) | |
download | postgresql-75d5ce28ea32833c64c46f5e1924c6b11fe3d3c3.tar.gz postgresql-75d5ce28ea32833c64c46f5e1924c6b11fe3d3c3.zip |
Add initlocation.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 6b136c452c9..7ab3ffcca1e 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.10 1997/10/30 17:36:58 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.11 1997/11/07 06:24:33 thomas Exp $ # #------------------------------------------------------------------------- @@ -32,6 +32,7 @@ include ../Makefile.global $(MAKE) -C destroydb $@ $(MAKE) -C destroyuser $@ $(MAKE) -C initdb $@ + $(MAKE) -C initlocation $@ # # TCL/TK programs # |