summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-04 22:31:03 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-04 22:31:03 +0000
commit88d63cec00cb76f3f101c714d3ff21ba4b0cf054 (patch)
treeffed67d0a19142fe32613000c4b40e4f29529704
parent6498bee6a2cc8ff74111db29a24dddaf8924b1c6 (diff)
downloadmandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar
mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar.gz
mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar.bz2
mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar.xz
mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.zip
remove useless release declaration
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ff94cb..c67286f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
PACKAGE = mandi
VERSION := $(shell rpm -q --qf '%{VERSION}\n' --specfile $(PACKAGE).spec | head -1)
-RELEASE := $(shell rpm -q --qf '%{RELEASE}\n' --specfile $(PACKAGE).spec | head -1)
all:
(cd src; make)