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/genfont/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/genfont/Makefile') diff --git a/tools/genfont/Makefile b/tools/genfont/Makefile index 0bd2279..d4bd2be 100644 --- a/tools/genfont/Makefile +++ b/tools/genfont/Makefile @@ -38,7 +38,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