Commit 75d5ce28 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Add initlocation.

parent 7387e887
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -32,6 +32,7 @@ include ../Makefile.global
$(MAKE) -C destroydb $@ $(MAKE) -C destroydb $@
$(MAKE) -C destroyuser $@ $(MAKE) -C destroyuser $@
$(MAKE) -C initdb $@ $(MAKE) -C initdb $@
$(MAKE) -C initlocation $@
# #
# TCL/TK programs # TCL/TK programs
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment