Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes.

This commit is contained in:
wtc%netscape.com 2000-12-28 03:07:27 +00:00
parent 23ef0d9ee6
commit 56caa19b5a

View File

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