aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-08-24 16:04:57 +0000
committerFrancois Pons <fpons@mandriva.com>2000-08-24 16:04:57 +0000
commit13fba0876be873368a049786451a1d5e9c0b4594 (patch)
treef39424c2322ae092c3fc82416f527062edfdc083 /Makefile
parente303cd59afd2ff3770470d02587c52d3bbf2e02a (diff)
downloadrpmtools-13fba0876be873368a049786451a1d5e9c0b4594.tar
rpmtools-13fba0876be873368a049786451a1d5e9c0b4594.tar.gz
rpmtools-13fba0876be873368a049786451a1d5e9c0b4594.tar.bz2
rpmtools-13fba0876be873368a049786451a1d5e9c0b4594.tar.xz
rpmtools-13fba0876be873368a049786451a1d5e9c0b4594.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6270383..0c566ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-VERSION = 1.1
+VERSION = 1.2
NAME = rpmtools
-FROMC = rpm2header #rpm-find-leaves
-FROMCC = gendepslist2 hdlist2names hdlist2files hdlist2prereq hdlist2groups
+FROMC = parsehdlist rpm2header #rpm-find-leaves
+FROMCC = gendepslist2 #hdlist2names hdlist2files hdlist2prereq hdlist2groups
FROMC_STATIC = $(FROMC:%=%_static)
FROMCC_STATIC = $(FROMCC:%=%_static)
ALL = $(FROMC) $(FROMCC)
@@ -14,7 +14,7 @@ all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
install -s $(ALL) $(PREFIX)/usr/bin
- install genhdlist_cz2 genhdlists genfilelist build_archive extract_archive $(PREFIX)/usr/bin
+ install genhdlist_cz2 genhdlists genfilelist packdrake $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@