changeset: 54:9d7ba31de08c
tag: tip
user: Nico Golde <nion_AT_suckless.org>
date: Sat Feb 03 13:10:12 2007 +0100
files: Makefile
description:
small makefile adjustments
diff -r 287fe9765164 -r 9d7ba31de08c Makefile
--- a/Makefile Sat Feb 03 13:09:13 2007 +0100
+++ b/Makefile Sat Feb 03 13:10:12 2007 +0100
@@ -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
Received on Sat Feb 03 2007 - 13:20:02 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:51 UTC