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.
This commit is contained in:
wtc%netscape.com 2001-01-12 20:11:18 +00:00
Родитель 093cf92690
Коммит fee47a3083
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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