diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-24 14:29:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-24 14:29:56 +0000 |
commit | f74c3b0afadaa40c9a784321029959a7fffdd0e6 (patch) | |
tree | 32777c65d09619bfde64fd85ce6f4ab161bddb23 /tools | |
parent | ed76955e239d467e996ea3d20e8ae14c13db0253 (diff) | |
download | drakx-backup-do-not-use-f74c3b0afadaa40c9a784321029959a7fffdd0e6.tar drakx-backup-do-not-use-f74c3b0afadaa40c9a784321029959a7fffdd0e6.tar.gz drakx-backup-do-not-use-f74c3b0afadaa40c9a784321029959a7fffdd0e6.tar.bz2 drakx-backup-do-not-use-f74c3b0afadaa40c9a784321029959a7fffdd0e6.tar.xz drakx-backup-do-not-use-f74c3b0afadaa40c9a784321029959a7fffdd0e6.zip |
no_comment
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index bd04e5757..7c6281459 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -27,7 +27,8 @@ ddcprobe/ddcxinfos: $(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2 gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` -$(BASE)/hdlist.cz2: $(BASE)/hdlists +$(BASE)/hdlist.cz2: + genhdlists --noclean --distrib $(ROOTDEST) $(BASE)/hdlists: $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) |