small makefile adjustments - ii - FIFO and filesystem based IRC client | |
git clone git://git.codemadness.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 71bda09b276b578de8992d1c9b2603f6482c3206 | |
parent 29eb17dea0830a540fe1234c582c073678e4faa9 | |
Author: Nico Golde <[email protected]> | |
Date: Sat, 3 Feb 2007 13:10:12 +0100 | |
small makefile adjustments | |
Diffstat: | |
M Makefile | 7 ++++--- | |
1 file changed, 4 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -45,9 +45,10 @@ install: all | |
@echo "installed ii" | |
uninstall: all | |
- rm -f ${DESTDIR}${MAN1DIR}/ii.1 | |
- rm -rf ${DESTDIR}${DOCDIR} | |
- rm -f ${DESTDIR}${BINDIR}/ii | |
+ @rm -f ${DESTDIR}${MAN1DIR}/ii.1 | |
+ @rm -rf ${DESTDIR}${DOCDIR} | |
+ @rm -f ${DESTDIR}${BINDIR}/ii | |
+ @echo "uninstalled ii" | |
clean: | |
rm -f ii *~ *.o *core |