* test-build.mk: set $PATH for all builds
authorDavid D. Zuhn <zoo@cygnus>
Wed, 6 Jan 1993 21:45:48 +0000 (21:45 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Wed, 6 Jan 1993 21:45:48 +0000 (21:45 +0000)
* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm

Makefile.in

index cee8d2b44212a5efeb91c3400433cfe7447c28d5..f9068c5035f488243d325a50d7280f4819902a7b 100644 (file)
@@ -426,7 +426,7 @@ all-xiberty: all-gcc all-newlib
                rootme=`pwd` ; export rootme ; \
                srcroot=`cd $(srcdir); pwd`; export srcroot ; \
                (cd ./xiberty; \
-               $(MAKE) $(FLAGS_TO_PASS) all) ; \
+               $(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \
        else \
                true ; \
        fi
@@ -436,7 +436,7 @@ install-xiberty: force
                rootme=`pwd` ; export rootme ; \
                srcroot=`cd $(srcdir); pwd`; export srcroot ; \
                (cd ./xiberty; \
-               $(MAKE) $(FLAGS_TO_PASS) install) ; \
+               $(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \
        else \
                true ; \
        fi
@@ -940,7 +940,7 @@ all-libm: force
        @if [ -f ./libm/Makefile ] ; then \
                rootme=`pwd` ; export rootme ; \
                (cd ./libm; \
-               $(MAKE) $(FLAGS_TO_PASS) all) ; \
+               $(MAKE) $(TARGET_FLAGS_TO_PASS) all) ; \
        else \
                true ; \
        fi
@@ -949,7 +949,7 @@ install-libm: force
        @if [ -f ./libm/Makefile ] ; then \
                rootme=`pwd` ; export rootme ; \
                (cd ./libm; \
-               $(MAKE) $(FLAGS_TO_PASS) install) ; \
+               $(MAKE) $(TARGET_FLAGS_TO_PASS) install) ; \
        else \
                true ; \
        fi
This page took 0.024602 seconds and 4 git commands to generate.