summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fcb040ae..37a72bc4 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ RPM=$(HOME)/rpm
NAME = urpmi
TAR = $(NAME).tar.bz2
-LOG = $(NAME).logrotate
.PHONY: install clean rpm test
@@ -46,7 +45,6 @@ tar: clean
rpm: tar
cp -f ../$(TAR) $(RPM)/SOURCES
- cp -f $(LOG) $(RPM)/SOURCES
cp -f $(NAME).spec $(RPM)/SPECS/
-rpm -ba $(NAME).spec
rm -f ../$(TAR)