summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-12 20:14:33 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-12 20:14:33 +0000
commit587fed33bf182f5df59557e079bd2da6fb9fe7e4 (patch)
tree1d7fde7ae6ff828a8ee87c50845e22e9d87ece1c
parent5af107ff69aed635e537126db76175c20c8a524a (diff)
downloadnss-hg-587fed33bf182f5df59557e079bd2da6fb9fe7e4.tar.gz
Bugzilla bug #64650: set CC=cc explicitly so that we don't accidentally
pick up the CC setting in the environment. This change is suggested by Jim Dunn of Netscape. (NSS_3_1_BRANCH)
-rw-r--r--security/coreconf/HP-UX.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/coreconf/HP-UX.mk b/security/coreconf/HP-UX.mk
index 7de6c2465..31369f24b 100644
--- a/security/coreconf/HP-UX.mk
+++ b/security/coreconf/HP-UX.mk
@@ -40,6 +40,7 @@ DEFAULT_COMPILER = cc
CPU_ARCH = hppa
DLL_SUFFIX = sl
+CC = cc
CCC = CC
OS_CFLAGS += -Ae $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE