aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-10-18 19:35:28 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-10-18 19:35:28 +0000
commitdad34ba5679d7a141e0d7a6802394330a572652e (patch)
tree970783ae933b27fb2aebcf83fbd04d3cf935c6ee /src
parent5214f09b279356770e3a85356be80b4ea7bd92d7 (diff)
downloadpostgresql-dad34ba5679d7a141e0d7a6802394330a572652e.tar.gz
postgresql-dad34ba5679d7a141e0d7a6802394330a572652e.zip
Un-break createlang build.
Diffstat (limited to 'src')
-rw-r--r--src/bin/scripts/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index 69bec44d4bf..7c18b7de4c0 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 \