summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-06-15 22:04:11 +0300
committerVille Skyttä <ville.skytta@iki.fi>2009-06-15 22:04:11 +0300
commitc51a331d720c7e2fb5252c6cf4c1ddd4b4b8a8a1 (patch)
tree101c8c486da885cdf0315ee0a78571f687c11de9
parentda41615df41df2062cfb10d0bc45d647160de273 (diff)
downloadvdr-plugin-text2skin-c51a331d720c7e2fb5252c6cf4c1ddd4b4b8a8a1.tar.gz
vdr-plugin-text2skin-c51a331d720c7e2fb5252c6cf4c1ddd4b4b8a8a1.tar.bz2
Allow overriding 'strip' executable to use in debug builds.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d149cfb..d4ba55c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@
#DEBUG=1
#BENCH=1
+STRIP=strip
HAVE_IMAGEMAGICK=1
#HAVE_IMLIB2=1
@@ -156,7 +157,7 @@ libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
ifndef DEBUG
- strip $(LIBDIR)/$@.$(APIVERSION)
+ $(STRIP) $(LIBDIR)/$@.$(APIVERSION)
endif
dist: clean