summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2006-07-12 17:39:04 +0000
committerOlivier Blin <oblin@mandriva.com>2006-07-12 17:39:04 +0000
commit9220ae51decd67e78ef6053ca2578816dc1565d0 (patch)
tree3245268ed48fc6291fead143149b7ee34b37887b /Makefile
parent1e501fceaadaaf11d511d8a7920cbcb7a973cdd6 (diff)
downloadldetect-9220ae51decd67e78ef6053ca2578816dc1565d0.tar
ldetect-9220ae51decd67e78ef6053ca2578816dc1565d0.tar.gz
ldetect-9220ae51decd67e78ef6053ca2578816dc1565d0.tar.bz2
ldetect-9220ae51decd67e78ef6053ca2578816dc1565d0.tar.xz
ldetect-9220ae51decd67e78ef6053ca2578816dc1565d0.zip
drop duplicated warning (already in the spec)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 726c189..6d205ac 100644
--- a/Makefile
+++ b/Makefile
@@ -53,10 +53,6 @@ rpm: srpm
rpm -bb --clean --rmsource --rmspec $(RPM)/SPECS/$(project).spec
srpm: clean $(RPM)
- (echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \
- cat $(project).spec \
- ) > $(RPM)/SPECS/$(project).spec
-
(cd .. ; tar cfj $(RPM)/SOURCES/$(project).tar.bz2 $(project))
rpm -bs $(RPM)/SPECS/$(project).spec