summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-22 17:39:11 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-22 17:39:11 +0000
commit9d6ab0475f6cd259bc6135696900bad9295f5bcb (patch)
tree02a5a128135d3b0a48ade1bb4de525b99c5a85c1 /Makefile
parent07634ee58c5142f1be003eac4171f3c5cd6ed657 (diff)
downloadnetsurf-9d6ab0475f6cd259bc6135696900bad9295f5bcb.tar.gz
netsurf-9d6ab0475f6cd259bc6135696900bad9295f5bcb.tar.bz2
allow the strip command to be overridden from the comamndline
Closes #2208
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1d91181d..eef22af4b 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ endif
PERL=perl
MKDIR=mkdir
TOUCH=touch
-STRIP=strip
+STRIP?=strip
SPLIT_MESSAGES=$(PERL) utils/split-messages.pl
# build verbosity