From 401e728eff71577d553a56e35ad62c093c4f9003 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 30 Jun 2008 19:03:52 -0300 Subject: Makefile: fix 'make clean' Signed-off-by: Arnaldo Carvalho de Melo --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80282a6..387b591 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ all: clean: -rm *.tar.gz python-ethtool/*.pyc - -rm -r dist MANIFEST + -rm rpm/SOURCES/${PKGNAME}-$(VERSION).tar.bz2 + -rm -rf rpm/{BUILD,RPMS/*,SRPMS}/* python setup.py -q clean --all install: all -- cgit