From 73040da7a37825309bee4d38066e8af35f0a21d8 Mon Sep 17 00:00:00 2001 From: François Revel Date: Tue, 29 Jul 2008 09:10:43 +0000 Subject: - libjpeg & libpng are added from config options, no need to add them again - move STRIP with other tools svn path=/trunk/netsurf/; revision=4790 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 876e679c4..f04ccdd1d 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ VQ=@ PERL=perl MKDIR=mkdir TOUCH=touch +STRIP=strip ifeq ($(TARGET),riscos) ifeq ($(HOST),riscos) @@ -227,7 +228,6 @@ ifeq ($(HOST),beos) LDFLAGS += -L/boot/home/config/lib # some people do *not* have libm... LDFLAGS += -lxml2 -lz -lcurl -lssl -lcrypto -liconv - LDFLAGS += -lmng -ljpeg endif # ---------------------------------------------------------------------------- @@ -387,8 +387,6 @@ ifneq ($(GCCVER),2) WARNFLAGS += -Wno-unused-parameter endif -STRIP := strip - OPT0FLAGS = -O0 # -O and -O2 can use -Wuninitialized which gives us more static checking. # unfortunately the optimiser is what provides the hints in the code tree -- cgit v1.2.3