Commit 13612a97 authored by Tom Lane's avatar Tom Lane

Repair incorrect assumption that all versions of 'install' know

how to install multiple files in one invocation.
parent f0b0016e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment