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.


git-svn-id: svn://10.0.0.236/trunk@84881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2001-01-12 20:11:18 +00:00
parent b845e28629
commit 7943196518

View File

@@ -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