Build: remove slashes after DESTDIR from commands in uninstall target
This commit is contained in:
parent
685ca30d8d
commit
9859c2a555
4
Makefile
4
Makefile
|
@ -21,7 +21,7 @@ install: all
|
||||||
install -D -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/${PROG}.1
|
install -D -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/${PROG}.1
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f ${DESTDIR}/${PREFIX}/bin/${PROG}
|
rm -f ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||||
rm -f ${DESTDIR}/${MANPREFIX}/man1/${PROG}.1
|
rm -f ${DESTDIR}${MANPREFIX}/man1/${PROG}.1
|
||||||
|
|
||||||
.PHONY: all clean install uninstall
|
.PHONY: all clean install uninstall
|
||||||
|
|
Loading…
Reference in New Issue
Block a user