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)
|
$(LN) $(destination) $(path_destination)
|
||||||
|
|
||||||
install-script:
|
install-script:
|
||||||
$(INSTALL) -D -m 0755 -s $(CCOLLECT) $(destination)
|
$(INSTALL) -D -m 0755 $(CCOLLECT) $(destination)
|
||||||
|
|
||||||
|
|
||||||
%.html: %.text
|
%.html: %.text
|
||||||
|
|
Loading…
Reference in a new issue