uninstall needs to depend on uninstall-headers (Closes: #174).

This commit is contained in:
Sebastian Ramacher 2012-04-21 02:15:46 +02:00
parent 6947fd32d4
commit 946faf5952

View File

@ -175,7 +175,7 @@ uninstall-headers:
$(ECHO) removing pkgconfig file
$(QUIET)rm -f ${DESTDIR}${LIBDIR}/pkgconfig/${PROJECT}.pc
uninstall:
uninstall: uninstall-headers
$(ECHO) removing executable file
$(QUIET)rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
$(ECHO) removing manual pages