diff options
| author | Bruce Momjian | 1999-12-16 01:25:23 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-12-16 01:25:23 +0000 |
| commit | 7585deb0878bca96eee9a3e00fb5726c7725831c (patch) | |
| tree | abbc9add268b6fbc32af0871f8d14f804681747b /src/bin/scripts | |
| parent | 9805abb0fb1d2d57834a233d1a34279757d3f068 (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/Makefile | 4 |
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 |
