From 9d6ab0475f6cd259bc6135696900bad9295f5bcb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Mar 2015 17:39:11 +0000 Subject: allow the strip command to be overridden from the comamndline Closes #2208 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3