summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-07-13 20:47:31 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-07-13 20:47:31 +0000
commit775956d09438a0ab87727ed153f5cd132cef2773 (patch)
treebf418af6f88e3c805062a396f60a5cd5b92cb569 /Makefile.tpl
parent7eaab492be613f9f1aa93ae983d4d436331645a9 (diff)
downloadgcc-775956d09438a0ab87727ed153f5cd132cef2773.tar.gz
re PR bootstrap/11273 (make install fails in libobjc directory)
PR bootstrap/11273 PR bootstrap/11408 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r69304
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index c34fcb552e4..393ee5ef093 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -64,14 +64,10 @@ man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
-# INSTALL_PROGRAM_ARGS is changed by configure.in to use -x for a
-# cygwin host.
-INSTALL_PROGRAM_ARGS =
-
-INSTALL = $(SHELL) $$s/install-sh -c
-INSTALL_PROGRAM = $(INSTALL) $(INSTALL_PROGRAM_ARGS)
-INSTALL_SCRIPT = $(INSTALL)
-INSTALL_DATA = $(INSTALL) -m 644
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_DATA = @INSTALL_DATA@
# -------------------------------------------------
# Miscellaneous non-standard autoconf-set variables