* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
authorJason Molenda <crash@cygnus>
Fri, 5 Apr 1996 11:18:57 +0000 (11:18 +0000)
committerJason Molenda <crash@cygnus>
Fri, 5 Apr 1996 11:18:57 +0000 (11:18 +0000)
w/o this, if you use GNU make on a Solaris platform (eg), but you don't
have GNU make at the front of your path, when the make/ subdir cds down
into make/glob and does a make there, you will end up picking up the
first make that is in your path no matter what you do.

No PR, I just noticed this while I was working on something else.

ChangeLog
Makefile.in

index 1ac3618f6540a45abf8e1bbf16daeb13b2b62004..558f3a29dfc6577a9d26c981f7fcde32f82875f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
+
 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
 
        * Makefile.in (ALL_MODULES): Include all-perl.
index 1dd96ef64e08a1c69f4cf6d1648f38e0c7fdb44e..24a640622d26e9832d36dcd1914774eceb2ad746 100644 (file)
@@ -316,6 +316,7 @@ BASE_FLAGS_TO_PASS = \
        "LIBCXXFLAGS=$(LIBCXXFLAGS)" \
        "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
        "M4=$(M4)" \
+       "MAKE=$(MAKE)" \
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
        "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
        "PICFLAG=$(PICFLAG)" \