diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-04 22:31:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-04 22:31:03 +0000 |
commit | 88d63cec00cb76f3f101c714d3ff21ba4b0cf054 (patch) | |
tree | ffed67d0a19142fe32613000c4b40e4f29529704 /Makefile | |
parent | 6498bee6a2cc8ff74111db29a24dddaf8924b1c6 (diff) | |
download | mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar.gz mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar.bz2 mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.tar.xz mandi-88d63cec00cb76f3f101c714d3ff21ba4b0cf054.zip |
remove useless release declaration
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |