[project @ 2004-08-13 15:47:44 by jmb]

Revert last changes

svn path=/import/netsurf/; revision=1222
This commit is contained in:
John Mark Bell 2004-08-13 15:47:44 +00:00
parent 5555a3bfd0
commit ad36ab5597
1 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ CFLAGS_GTK = -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \
`pkg-config --cflags gtk+-2.0` `xml2-config --cflags`
# targets
riscos: clean $(RUNIMAGE)
riscos: $(RUNIMAGE)
$(RUNIMAGE) : $(OBJS_RISCOS)
$(CC) -o $@ $(LDFLAGS_RISCOS) $^
riscos_small: u!RunImage,ff8
@ -169,6 +169,6 @@ clean :
depend css/css_enum.c css/css_enum.h \
css/parser.c css/parser.h css/scanner.c css/scanner.h
#ifneq ($(OS),riscos)
#include depend
#endif
ifneq ($(OS),riscos)
include depend
endif