Revision 1625af87 Makefile

b/Makefile
251 251
install: all $(if $(BUILD_DOCS),install-doc)
252 252
	mkdir -p "$(DESTDIR)$(bindir)"
253 253
ifneq ($(TOOLS),)
254
	$(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
254
	$(INSTALL) -m 755 $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
255 255
endif
256 256
ifneq ($(BLOBS),)
257 257
	mkdir -p "$(DESTDIR)$(datadir)"

Also available in: Unified diff