Fix for IRIX 5.x.

This commit is contained in:
briano%netscape.com 1999-07-23 00:41:02 +00:00
parent da909ebcdc
commit 46f86aa436

View File

@ -39,8 +39,10 @@ include $(topsrcdir)/config/rules.mk
# Override gtscc when building vreg on IRIX 5.3.
ifeq ($(OS_ARCH)$(OS_RELEASE),IRIX5)
ifneq ($(CC),gcc)
CC = cc
endif
endif
INCLUDES += -I$(topsrcdir)/include
GARBAGE += $(PROGRAM) $(BIN_OBJS)