mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes.
This commit is contained in:
parent
23ef0d9ee6
commit
56caa19b5a
@ -129,7 +129,7 @@ $(LIBCI_JAR): $(DIRS) $(LIBCI_JAR_SRC)
|
||||
zip -5qj $@ $(LIBCI_JAR_SRC)
|
||||
|
||||
force:
|
||||
(cd swfort ; gmake)
|
||||
(cd swfort ; $(MAKE))
|
||||
|
||||
|
||||
MD_FILES += $(LIBCI_JAR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user