* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).

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.
This commit is contained in:
Jason Molenda 1996-04-05 11:18:57 +00:00
parent eb5f58e0e0
commit eb40ca932e
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View 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)" \