[project @ 2004-06-09 20:20:10 by bursa]

Fix include depend problem.

svn path=/import/netsurf/; revision=942
This commit is contained in:
James Bursa 2004-06-09 20:20:10 +00:00
parent 9b1cbd7622
commit 523f727d69

View File

@ -67,7 +67,7 @@ OBJS_GTK=$(OBJECTS_GTK:%.o=$(OBJDIR_GTK)/%.o)
# Inclusion of platform specific files has to occur after the OBJDIR stuff as
# that is refered to in the files
OS = $(word 2,$(subst -, ,$(shell $(CC) -dumpmachine)))
OS = $(word 2,$(subst -, ,$(shell gcc -dumpmachine)))
ifeq ($(OS),riscos)
include riscos.mk
else