projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a130254
)
Un-break createlang build.
author
Tom Lane
<
[email protected]
>
Fri, 18 Oct 2002 19:35:28 +0000
(19:35 +0000)
committer
Tom Lane
<
[email protected]
>
Fri, 18 Oct 2002 19:35:28 +0000
(19:35 +0000)
src/bin/scripts/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/scripts/Makefile
b/src/bin/scripts/Makefile
index 7c7cf7b0d69b2810ef155e0d1bdaa0efdeed1f1b..39115d42def1cc2ac97fff31ef91002c396c8fec 100644
(file)
--- a/
src/bin/scripts/Makefile
+++ b/
src/bin/scripts/Makefile
@@
-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 \