IRIX depend fixes

This commit is contained in:
spider%netscape.com 1998-09-18 18:29:14 +00:00
parent 09986fd9f2
commit 302046791c
2 changed files with 4 additions and 0 deletions

View File

@ -34,7 +34,9 @@ include $(GDEPTH)/gconfig/config.mk
DEFINES += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".o\" -DNeedVarargsPrototypes
ifeq ($(OS_ARCH),WINNT)
LDFLAGS = /SUBSYSTEM:CONSOLE
endif
include $(GDEPTH)/gconfig/rules.mk

View File

@ -821,7 +821,9 @@ endif
#
.PHONY: all all_platforms alltags boot clean clobber clobber_all export install libs realclean release $(OBJDIR) $(DIRS)
ifeq ($(OS_ARCH),WINNT)
-include $(OBJDIR)/make.dp
endif