summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-09-20 14:27:54 +0000
committerwtc%netscape.com <devnull@localhost>2001-09-20 14:27:54 +0000
commit3278add3ba067457321904a0f288220a6c8673dd (patch)
tree6e262dbefdb5b4cd7270cc6ed28ba7231d049788
parented30b2acbe9f104c709805fd2be8a334ab293d92 (diff)
downloadnss-hg-3278add3ba067457321904a0f288220a6c8673dd.tar.gz
Bugzilla bug 77788: checked in the bug fix again now that the manifest.mn
file that incorrectly set CFLAGS has been fixed.
-rw-r--r--security/coreconf/command.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/command.mk b/security/coreconf/command.mk
index 7789b3f7d..77665f918 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