* 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 1ac3618..558f3a2 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 1dd96ef..24a6406 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)" \