From f2cd0faa80a2e4c1dd2567ad313db6702073707a 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. --- security/coreconf/command.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/coreconf/command.mk b/security/coreconf/command.mk index 7789b3f7d49e..77665f91878f 100644 --- a/security/coreconf/command.mk +++ b/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