summaryrefslogtreecommitdiff
path: root/tools/lcdtestpattern/Makefile
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2013-03-17 10:23:32 +0100
committermrwastl <mrwastl@users.sourceforge.net>2013-03-17 10:23:32 +0100
commitcf926629084ab015873859e759155f9bfe813e6b (patch)
tree74dea51d9b51ad2ba04e685bab17f11bade0f135 /tools/lcdtestpattern/Makefile
parentfde257735d153922d90a7378d4d577d5001772d0 (diff)
downloadgraphlcd-base-cf926629084ab015873859e759155f9bfe813e6b.tar.gz
graphlcd-base-cf926629084ab015873859e759155f9bfe813e6b.tar.bz2
Makefiles: rename PRESTRIP to HAVE_STRIP and unset it by default
Diffstat (limited to 'tools/lcdtestpattern/Makefile')
-rw-r--r--tools/lcdtestpattern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lcdtestpattern/Makefile b/tools/lcdtestpattern/Makefile
index 29af7fc..b4dccbf 100644
--- a/tools/lcdtestpattern/Makefile
+++ b/tools/lcdtestpattern/Makefile
@@ -36,7 +36,7 @@ $(PRGNAME): $(OBJS)
install: $(PRGNAME)
install -d $(BINDIR)
- install -m 755 -o root -g root $(PRESTRIP) $(PRGNAME) $(BINDIR)
+ install -m 755 -o root -g root $(HAVE_STRIP) $(PRGNAME) $(BINDIR)
uninstall:
rm -f $(BINDIR)/$(PRGNAME)