From 6c9e05f1a503440fc7b86ca4d887563243ea542c Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 10 Dec 2005 15:31:21 +0000 Subject: [project @ 2005-12-10 15:31:21 by adrianl] Fix NC build svn path=/import/netsurf/; revision=1894 --- makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index bb69d82df..ae76b8cf3 100644 --- a/makefile +++ b/makefile @@ -111,6 +111,7 @@ CFLAGS_GTK = -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \ `pkg-config --cflags gtk+-2.0` `xml2-config --cflags` AFLAGS_RISCOS = -I..,. $(PLATFORM_AFLAGS_RISCOS) +AFLAGS_NCOS = $(AFLAGS_RISCOS) -Dncos # targets riscos: $(RUNIMAGE) @@ -158,6 +159,9 @@ $(OBJDIR_GTK)/%.o : %.c $(OBJDIR_RISCOS)/%.o : %.s @echo "== $<" $(ASM) -o $@ -c $(AFLAGS_RISCOS) $< +$(OBJDIR_NCOS)/%.o : %.s + @echo "== $<" + $(ASM) -o $@ -c $(AFLAGS_NCOS) $< # special cases css/css_enum.c css/css_enum.h: css/css_enums css/makeenum -- cgit v1.2.3