diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-02-22 09:46:27 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-22 09:46:27 -0700 |
commit | 8b715b2abcb3991955cb800e07144f6d6b7c6595 (patch) | |
tree | 861ccc22492acbc0b35cd579b4d08026709a3a0b /libiberty/Makefile.in | |
parent | b134508bdf7c7be232163aca51789a455db9cb76 (diff) | |
download | gcc-8b715b2abcb3991955cb800e07144f6d6b7c6595.zip gcc-8b715b2abcb3991955cb800e07144f6d6b7c6595.tar.gz gcc-8b715b2abcb3991955cb800e07144f6d6b7c6595.tar.bz2 |
alloca-norm.h (alloca, GCC case): Don't redefine alloca if it was alr eady defined previously.
* 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.
From-SVN: r18170
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 71d02a3..b68d1f5 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) |