diff options
Diffstat (limited to 'tools/Makefile')
-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) |