mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 11:12:23 +00:00
* 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:
parent
eb5f58e0e0
commit
eb40ca932e
@ -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.
|
||||
|
@ -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)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user