From cf926629084ab015873859e759155f9bfe813e6b Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sun, 17 Mar 2013 10:23:32 +0100 Subject: Makefiles: rename PRESTRIP to HAVE_STRIP and unset it by default --- tools/lcdtestpattern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lcdtestpattern/Makefile') 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) -- cgit v1.2.3