Commit 1c4c5851 by Jim Wilson Committed by Jim Wilson

* Makefile.in (stmp-multilib-sub): Fix typo in last change.

From-SVN: r14834
parent fcb103ab
Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
* Makefile.in (stmp-multilib-sub): Fix typo in last change.
Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de> Thu Aug 7 10:33:13 1997 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (sub-makes): Pass the current value of LANGUAGES down * Makefile.in (sub-makes): Pass the current value of LANGUAGES down
......
...@@ -1092,7 +1092,7 @@ stmp-multilib-sub: ...@@ -1092,7 +1092,7 @@ stmp-multilib-sub:
$(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \ $(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)" \ AR="$(AR)" AR_FLAGS="$(AR_FLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
HOST_PREFIX="$(HOST_PREFIX)" HOST_PREFIX_1="$(HOST_PREFIX_1)" \ HOST_PREFIX="$(HOST_PREFIX)" HOST_PREFIX_1="$(HOST_PREFIX_1)" \
LANGUAGES="$(LANGUAGES" \ LANGUAGES="$(LANGUAGES)" \
MULTILIB_CFLAGS="$(MULTILIB_CFLAGS)" T="t" t$${f}; \ MULTILIB_CFLAGS="$(MULTILIB_CFLAGS)" T="t" t$${f}; \
mv t$${f} $(dir)/$${f}; \ mv t$${f} $(dir)/$${f}; \
else true; \ else true; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment