aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/t-slibgcc-elf-ver
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-02-07 23:45:23 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-02-07 23:45:23 +0000
commit947c6b00adb50306bbbaa0caa8502fb620063de1 (patch)
treec6e29914ccabae7194df5383449ef50c6e64b717 /gcc/config/t-slibgcc-elf-ver
parent088414c1224f0b20e3bc0c953bebb7273284f48c (diff)
downloadgcc-947c6b00adb50306bbbaa0caa8502fb620063de1.zip
gcc-947c6b00adb50306bbbaa0caa8502fb620063de1.tar.gz
gcc-947c6b00adb50306bbbaa0caa8502fb620063de1.tar.bz2
Makefile.in, [...]: Use the top level mkinstalldirs, not the one in the gcc subdir.
* Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver, config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux: Use the top level mkinstalldirs, not the one in the gcc subdir. * mkinstalldirs: Remove (from the gcc subdir). From-SVN: r77466
Diffstat (limited to 'gcc/config/t-slibgcc-elf-ver')
-rw-r--r--gcc/config/t-slibgcc-elf-ver2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-slibgcc-elf-ver b/gcc/config/t-slibgcc-elf-ver
index a176b10..cad6268 100644
--- a/gcc/config/t-slibgcc-elf-ver
+++ b/gcc/config/t-slibgcc-elf-ver
@@ -19,7 +19,7 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
# $(slibdir) double quoted to protect it from expansion while building
# libgcc.mk. We want this delayed until actual install time.
SHLIB_INSTALL = \
- $$(SHELL) $$(srcdir)/mkinstalldirs $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL); \
+ $$(mkinstalldirs) $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL); \
$(INSTALL_DATA) $(SHLIB_NAME) \
$$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL)/$(SHLIB_SONAME); \
rm -f $$(DESTDIR)$$(slibdir)$(SHLIB_SLIBDIR_QUAL)/$(SHLIB_SOLINK); \