forked from github/abduco
Make strip utility configurable
This commit is contained in:
parent
21f81b81b0
commit
94051967ff
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ dist: clean
|
||||||
|
|
||||||
install: abduco
|
install: abduco
|
||||||
@echo stripping executable
|
@echo stripping executable
|
||||||
@strip -s abduco
|
@${STRIP} abduco
|
||||||
@echo installing executable file to ${DESTDIR}${PREFIX}/bin
|
@echo installing executable file to ${DESTDIR}${PREFIX}/bin
|
||||||
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||||
@cp -f abduco ${DESTDIR}${PREFIX}/bin
|
@cp -f abduco ${DESTDIR}${PREFIX}/bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue