summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01d28558..81bce35d 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ install: all
# rules to build a test rpm
-localrpm: cleandist clean localdist buildrpm
+localrpm: clean localdist buildrpm
localdist: cleandist dir localcopy tar
@@ -70,6 +70,7 @@ buildrpm:
cat $(PACKAGE).spec \
) > $(RPM)/SPECS/$(PACKAGE).spec
rpm -ta ../$(PACKAGE)-$(VERSION).tar.bz2
+ rm -f ../$(PACKAGE)-$(VERSION).tar.bz2
# rules to build a distributable rpm