diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 86a1915c7..535e1f59d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,10 +24,10 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/depslist: $(BASE)/hdlists +$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist_cz2 gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` -$(BASE)/hdlists: $(RPMS) +$(BASE)/hdlists $(BASE)/hdlist_cz2: $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) clean: |