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/showtext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/showtext/Makefile') diff --git a/tools/showtext/Makefile b/tools/showtext/Makefile index 139d2e8..dcab7d3 100644 --- a/tools/showtext/Makefile +++ b/tools/showtext/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