summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f5e6ad53..e85ba53d 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,10 @@ cvstag:
cvs commit
cvs tag $(RELTAG)
-rpm: changelog cvstag dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
- cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
+rpm: changelog cvstag dis ../$(TAR) $(RPM)
+ cp -f ../$(TAR) $(RPM)/SOURCES
-rpm -ba --clean $(NAME).spec
- rm -f ../$(NAME)-$(VERSION).tar.bz2
+ rm -f ../$(TAR)
localrpm: dis
cp -f ../$(TAR) $(RPM)/SOURCES