From 523f727d69d139292af720d3eac60cc54a9dca2d Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 9 Jun 2004 20:20:10 +0000 Subject: [project @ 2004-06-09 20:20:10 by bursa] Fix include depend problem. svn path=/import/netsurf/; revision=942 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5cbcbc70c..93940fa2a 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3