diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile index b6bc187a9..5a0445360 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -28,15 +28,12 @@ $(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz2 ./gencompss `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` > $@ $(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2 - gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` + gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` $(BASE)/filelist: $(RPMS) genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ -$(BASE)/hdlist.cz2: - genhdlists --noclean --distrib $(ROOTDEST) - -$(BASE)/hdlists: $(RPMS) +$(BASE)/hdlist.cz2: $(BASE)/hdlists $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) clean: |