From f3d968bfc02418ed424fcfa78f54dcb73e982ff9 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Mon, 7 Apr 2008 19:13:11 +0000 Subject: Native RISC OS building: create sym file in the build directory instead of current directory. svn path=/trunk/netsurf/; revision=4085 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfd0b9b27..e20823629 100644 --- a/Makefile +++ b/Makefile @@ -96,8 +96,10 @@ else PKG_CONFIG := pkg-config endif +OBJROOT := build-$(HOST)-$(TARGET)$(SUBTARGET) + ifeq ($(HOST),riscos) -LDFLAGS := -Xlinker -symbols=sym -lxml2 -lz -lm -lcurl -lssl -lcrypto -lmng -ljpeg +LDFLAGS := -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lssl -lcrypto -lmng -ljpeg else LDFLAGS := $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl) LDFLAGS += -lz -lm -lmng -ljpeg @@ -154,8 +156,6 @@ endif endif endif -OBJROOT := build-$(HOST)-$(TARGET)$(SUBTARGET) - $(OBJROOT)/created: $(VQ)echo " MKDIR: $(OBJROOT)" $(Q)$(MKDIR) $(OBJROOT) -- cgit v1.2.3