diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-27 22:59:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-27 22:59:41 +0000 |
commit | b30fe7c420f108c4ed94ef64691a45eba0d1f29c (patch) | |
tree | c495ad4cb8e1dfd94edd4d5c12cb48f0250c9cb8 /Makefile | |
parent | 3dc656d58b4359dc8c54069d83ee52582c3fccde (diff) | |
download | rpmtools-b30fe7c420f108c4ed94ef64691a45eba0d1f29c.tar rpmtools-b30fe7c420f108c4ed94ef64691a45eba0d1f29c.tar.gz rpmtools-b30fe7c420f108c4ed94ef64691a45eba0d1f29c.tar.bz2 rpmtools-b30fe7c420f108c4ed94ef64691a45eba0d1f29c.tar.xz rpmtools-b30fe7c420f108c4ed94ef64691a45eba0d1f29c.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 1.1 NAME = rpmtools FROMC = rpm2header #rpm-find-leaves -FROMCC = gendepslist2 hdlist2names hdlist2files hdlist2prereq +FROMCC = gendepslist2 hdlist2names hdlist2files hdlist2prereq hdlist2groups FROMC_STATIC = $(FROMC:%=%_static) FROMCC_STATIC = $(FROMCC:%=%_static) ALL = $(FROMC) $(FROMCC) |