From 008fb421980c4aa2e76b51093e7678c0661d127d Mon Sep 17 00:00:00 2001 From: Lucian Muresan Date: Fri, 22 Feb 2013 20:18:47 +0100 Subject: stripping of binaries can easily be disasbled if necessary --- 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 9b7b905..29af7fc 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 -s $(PRGNAME) $(BINDIR) + install -m 755 -o root -g root $(PRESTRIP) $(PRGNAME) $(BINDIR) uninstall: rm -f $(BINDIR)/$(PRGNAME) -- cgit v1.2.3