Repair incorrect assumption that all versions of 'install' know

how to install multiple files in one invocation.
This commit is contained in:
Tom Lane 2000-06-28 05:09:37 +00:00
parent f0b0016ecb
commit 13612a97b9
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.5 2000/06/27 00:31:44 petere Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.6 2000/06/28 05:09:37 tgl Exp $
#
#-------------------------------------------------------------------------
@ -20,7 +20,7 @@ createlang: createlang.sh
sed -e 's/__DLSUFFIX__/$(DLSUFFIX)/' $< > $@
install: all installdirs
$(INSTALL_SCRIPT) $(SCRIPTS) $(bindir)
for i in $(SCRIPTS); do $(INSTALL_SCRIPT) $$i $(bindir); done
installdirs:
$(mkinstalldirs) $(bindir)