From: Ivy Foster Date: Sat, 23 Apr 2016 02:40:13 +0000 (-0500) Subject: Leave the decision whether to strip the binary up to the user/packager X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=a98137e888d3e27e9d015e3d34f67c823c18fd89;p=liskon_frotz.git Leave the decision whether to strip the binary up to the user/packager --- diff --git a/Makefile b/Makefile index fad05b1..539fb71 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,6 @@ soundcard.h: fi install: $(NAME) - strip $(BINNAME)$(EXTENSION) @install -D -m 755 $(BINNAME)$(EXTENSION) "$(DESTDIR)$(PREFIX)/bin/$(BINNAME)$(EXTENSION)" @install -D -m 644 doc/$(NAME).6 "$(DESTDIR)$(MAN_PREFIX)/man/man6/$(NAME).6" @@ -300,7 +299,6 @@ uninstall: deinstall: uninstall install_dumb: d$(NAME) - strip d$(BINNAME)$(EXTENSION) @install -D -m 755 d$(BINNAME)$(EXTENSION) "$(DESTDIR)$(PREFIX)/bin/d$(BINNAME)$(EXTENSION)" @install -D -m 644 doc/d$(NAME).6 "$(DESTDIR)$(MAN_PREFIX)/man/man6/d$(NAME).6"