aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-02-22 16:46:27 +0000
committerJeffrey A Law <law@cygnus.com>1998-02-22 16:46:27 +0000
commitfbb5d95b36e7ee472d1b87acb39e3ef36d28878a (patch)
tree861ccc22492acbc0b35cd579b4d08026709a3a0b /libiberty/Makefile.in
parent7b39f3f02478855ec419a68a59aeb2671897c001 (diff)
* alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
was alr eady defined previously. * Makefile.in (INSTALL): Use ../install-sh, not install. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@18170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 71d02a3e5f7..b68d1f5f953 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -59,7 +59,7 @@ MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
-INSTALL = install -c
+INSTALL = $(SHELL) $(srcdir)/../install-sh -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)