Drop INSTALL_STRIPPED, always install files unstripped.

This commit is contained in:
Juan RP
2013-08-29 14:35:08 +02:00
parent 24ff0472dd
commit da338519e1
2 changed files with 2 additions and 5 deletions

View File

@ -19,9 +19,9 @@ clean:
.PHONY: install
install: all
install -d $(DESTDIR)$(SBINDIR)
install $(INSTALL_STRIPPED) -m 755 $(BIN) $(DESTDIR)$(SBINDIR)
install -m 755 $(BIN) $(DESTDIR)$(SBINDIR)
ifdef BUILD_STATIC
install $(INSTALL_STRIPPED) -m 755 $(BIN).static $(DESTDIR)$(SBINDIR)
install -m 755 $(BIN).static $(DESTDIR)$(SBINDIR)
endif
ifdef MAN
install -d $(DESTDIR)$(MANDIR)/man8