diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile index 69bec44d4bff49c56e3737d85884ee2957cd7c3f..7c18b7de4c057479bf45eb40fbf5e6730bfd30da 100644 --- a/src/bin/scripts/Makefile +++ b/src/bin/scripts/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.17 2002/10/18 18:41:22 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.18 2002/10/18 19:35:28 tgl Exp $ # #------------------------------------------------------------------------- @@ -18,10 +18,11 @@ SCRIPTS := createdb dropdb createuser dropuser createlang droplang vacuumdb \ all: $(SCRIPTS) -# we don't need this now, but we may need it some day, bjm 2002-01-03 -#createlang: createlang.sh -# cp $< $@ -# chmod a+x $@ +# we don't really need to edit createlang.sh at the moment, +# but keep the old generation procedure in case we need it again. +createlang: createlang.sh + cp $< $@ + chmod a+x $@ install: all installdirs for i in $(filter-out createlang, $(SCRIPTS)); do \