From 32657f6603ae272cb660fe41bf8015c76cea5c21 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 20 Sep 2001 14:27:54 +0000 Subject: [PATCH] Bugzilla bug 77788: checked in the bug fix again now that the manifest.mn file that incorrectly set CFLAGS has been fixed. git-svn-id: svn://10.0.0.236/trunk@103319 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/coreconf/command.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/coreconf/command.mk b/mozilla/security/coreconf/command.mk index 7789b3f7d49..77665f91878 100644 --- a/mozilla/security/coreconf/command.mk +++ b/mozilla/security/coreconf/command.mk @@ -42,7 +42,7 @@ CCF = $(CC) $(CFLAGS) LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS) LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS) NFSPWD = $(NSINSTALL_DIR)/nfspwd -CFLAGS += $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ +CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ $(XCFLAGS) RANLIB = echo TAR = /bin/tar