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 147c0ad2a..ec52ff290 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,11 +24,8 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz - ./gencompss `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` > $@ - -$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz - gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` +$(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz + genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` $(BASE)/filelist: $(RPMS) # genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ |