Removed unecessary strip
This commit is contained in:
parent
c75c6d27c3
commit
4b0298101a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ install-link: install-script
|
|||
$(LN) $(destination) $(path_destination)
|
||||
|
||||
install-script:
|
||||
$(INSTALL) -D -m 0755 -s $(CCOLLECT) $(destination)
|
||||
$(INSTALL) -D -m 0755 $(CCOLLECT) $(destination)
|
||||
|
||||
|
||||
%.html: %.text
|
||||
|
|
Loading…
Reference in a new issue