* Makefile.in, mklibgcc.in: Revert mkinstalldirs change.

From-SVN: r44591
This commit is contained in:
Richard Henderson 2001-08-02 18:36:23 -07:00 committed by Richard Henderson
parent 870f3799af
commit 0360b30df2
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-08-02 Richard Henderson <rth@redhat.com>
* Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
2001-08-02 Lars Brinkhoff <lars@nocrew.org>
* combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,

View File

@ -1033,7 +1033,6 @@ libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD) $(LIB2ADD_ST) xgcc$(exeext
SHLIB_MKMAP='$(SHLIB_MKMAP)' \
SHLIB_MAPFILES='$(SHLIB_MAPFILES)' \
SHLIB_NM_FLAGS='$(SHLIB_NM_FLAGS)' \
mkinstalldirs='$(SHELL) $(srcdir)/mkinstalldirs' \
$(SHELL) mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk

View File

@ -332,7 +332,7 @@ done
echo 'stmp-dirs: force'
echo ' for d in '"$dirs"'; do \'
echo ' if [ -d $$d ]; then true; else "'$mkinstalldirs'" $$d; fi \'
echo ' if [ -d $$d ]; then true; else mkdir $$d; fi \'
echo ' done'
echo ' if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi'