summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-07-29 09:10:43 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-07-29 09:10:43 +0000
commit73040da7a37825309bee4d38066e8af35f0a21d8 (patch)
tree3d3a45e5d8e1a26aaf498a2736860ebce9ef3199
parent5693c0500c57de7512494920a2e261dec5798de4 (diff)
downloadnetsurf-73040da7a37825309bee4d38066e8af35f0a21d8.tar.gz
netsurf-73040da7a37825309bee4d38066e8af35f0a21d8.tar.bz2
- libjpeg & libpng are added from config options, no need to add them again
- move STRIP with other tools svn path=/trunk/netsurf/; revision=4790
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
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