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-10-25 22:04:54 +0200
commit476423b2ec5479efd3fbe5a83689dfad6622036a (patch)
treea85967383f2ae3a6b3b300e0a68f9d0cfdcdcdc9 /Makefile
parent58c351e8e51fd2172fec234a4137204cc13b6437 (diff)
downloadnetsurf-476423b2ec5479efd3fbe5a83689dfad6622036a.tar.gz
netsurf-476423b2ec5479efd3fbe5a83689dfad6622036a.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 65da22bca..8175509d1 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