From c047aee8e84b723f6910defab8b0de8063502490 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 28 Aug 2000 16:51:57 +0000 Subject: *** empty log message *** --- tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 834d727cd..0854d15ae 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -24,16 +24,16 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz2 +$(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz ./gencompss `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` > $@ -$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2 +$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz gendepslist2 -o $@ `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` $(BASE)/filelist: $(RPMS) genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ -$(BASE)/hdlist.cz2: $(BASE)/hdlists $(RPMS) +$(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) clean: -- cgit v1.2.1