From 71bda09b276b578de8992d1c9b2603f6482c3206 Mon Sep 17 00:00:00 2001 From: Nico Golde Date: Sat, 3 Feb 2007 13:10:12 +0100 Subject: [PATCH] small makefile adjustments --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e45b7bd..749a1cc 100644 --- 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