mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
IRIX depend fixes
This commit is contained in:
parent
09986fd9f2
commit
302046791c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user