Fix make uninstall

Correction of the uninstall section in the Makefile.
Thanks to Laen.
This commit is contained in:
Moritz Lipp 2010-04-14 23:56:17 +02:00
parent f28700ea46
commit 0839150873

View File

@ -72,6 +72,6 @@ install: all
uninstall: uninstall:
@echo removing executeable file @echo removing executeable file
@rm -f ${MANPREFIX}/bin/${PROJECT} @rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
@echo removing manual page @echo removing manual page
@rm -f ${MANPREFIX}/man1/${PROJECT}.1 @rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1