summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-13 21:31:26 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-13 21:31:26 +0000
commitd2a6ef1c68ee7ca2c078facde9bf04ec194f12a4 (patch)
tree2ad11728b9b0b5c21ef423b3142e022fc3e4eb2e
parentbc82e6b05035b53b0120a9f7da4ad90db8ab03f0 (diff)
downloadppe42-gcc-d2a6ef1c68ee7ca2c078facde9bf04ec194f12a4.tar.gz
ppe42-gcc-d2a6ef1c68ee7ca2c078facde9bf04ec194f12a4.zip
* Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not
$(INSTALL_PROGRAM) for chill.install. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34525 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ch/ChangeLog5
-rw-r--r--gcc/ch/Make-lang.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index 624a63b0206..d63d1abdd52 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 13 15:30:46 2000 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
+
+ * Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not
+ $(INSTALL_PROGRAM) for chill.install.
+
2000-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (EXPR_H): New dependency variable.
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index f9641256cdb..4e2ec022a16 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -132,11 +132,11 @@ CHILL.install-common:
if [ -f chill.install ] ; then \
if [ -f gcc-cross$(exeext) ]; then \
rm -f $(bindir)/$(CHILL_CROSS_NAME); \
- $(INSTALL_PROGRAM) chill.install $(bindir)/$(CHILL_CROSS_NAME); \
+ $(INSTALL_SCRIPT) chill.install $(bindir)/$(CHILL_CROSS_NAME); \
chmod a+x $(bindir)/$(CHILL_CROSS_NAME); \
else \
rm -f $(bindir)/$(CHILL_INSTALL_NAME); \
- $(INSTALL_PROGRAM) chill.install $(bindir)/$(CHILL_INSTALL_NAME); \
+ $(INSTALL_SCRIPT) chill.install $(bindir)/$(CHILL_INSTALL_NAME); \
chmod a+x $(bindir)/$(CHILL_INSTALL_NAME); \
fi ; \
fi ; \
OpenPOWER on IntegriCloud