summaryrefslogtreecommitdiff
path: root/src/bin/initlocation
diff options
context:
space:
mode:
authorBruce Momjian1999-12-08 10:29:55 +0000
committerBruce Momjian1999-12-08 10:29:55 +0000
commit0dec669a0fd40a3c65f551a51294f7fc133a1130 (patch)
treef359aba8c771dca26f75001b329b8b388634b3e4 /src/bin/initlocation
parent7cf0f634d52e424ec134e407f6233124596197c7 (diff)
Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic.
Diffstat (limited to 'src/bin/initlocation')
-rw-r--r--src/bin/initlocation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initlocation/Makefile b/src/bin/initlocation/Makefile
index de55678d7d6..410bba1c64e 100644
--- a/src/bin/initlocation/Makefile
+++ b/src/bin/initlocation/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.7 1999/06/04 21:12:06 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.8 1999/12/08 10:29:43 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -20,7 +20,7 @@ initlocation: initlocation.sh
cp -p initlocation.sh initlocation
install: initlocation
- $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
+ $(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)
clean:
rm -f initlocation