summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-15 23:52:42 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commitefdd93541042bcae19fb09d56d2a0a61252d0fd2 (patch)
tree03c7e7b7772a1dd2d1f55c26bb643b5850cf3740 /Makefile
parent8078564f9da38427f26d8dcabc8bdbbeefa67628 (diff)
downloadnetsurf-efdd93541042bcae19fb09d56d2a0a61252d0fd2.tar.gz
netsurf-efdd93541042bcae19fb09d56d2a0a61252d0fd2.tar.bz2
Fix up makefiles to build with make TARGET=kolibrios install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 865941985..2fd35da9d 100644
--- a/Makefile
+++ b/Makefile
@@ -136,11 +136,7 @@ MESSAGES_TARGET=!NetSurf/Resources
PERL=perl
MKDIR=mkdir
TOUCH=touch
-ifneq ($(TARGET),kolibrios)
- STRIP?=strip
-else
- STRIP?=kos32-strip
-endif
+STRIP?=strip
SPLIT_MESSAGES=$(PERL) utils/split-messages.pl
# build verbosity