summaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
authorBruce Momjian1999-12-16 01:25:23 +0000
committerBruce Momjian1999-12-16 01:25:23 +0000
commit7585deb0878bca96eee9a3e00fb5726c7725831c (patch)
treeabbc9add268b6fbc32af0871f8d14f804681747b /src/bin/scripts
parent9805abb0fb1d2d57834a233d1a34279757d3f068 (diff)
I have done the QNX4 port with the current source tree. The number of
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index 5251d639eae..0e91744358b 100644
--- a/src/bin/scripts/Makefile
+++ b/src/bin/scripts/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.3 1999/12/08 10:29:55 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.4 1999/12/16 01:25:11 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -32,7 +32,7 @@ droplang:
vacuumdb:
install: $(SCRIPTS)
- $(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)
+ for i in $+; do $(INSTALL) $(INSTL_EXE_OPTS) $$i $(BINDIR); done
clean:
rm -f createlang