From 56caa19b5a7e0a9492b457183dcb21cce01a5608 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 28 Dec 2000 03:07:27 +0000 Subject: [PATCH] Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes. --- security/nss/lib/fortcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/nss/lib/fortcrypt/Makefile b/security/nss/lib/fortcrypt/Makefile index 09b98c761102..4d6c1753779e 100644 --- a/security/nss/lib/fortcrypt/Makefile +++ b/security/nss/lib/fortcrypt/Makefile @@ -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)