summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-08-28 16:51:57 +0000
committerFrancois Pons <fpons@mandriva.com>2000-08-28 16:51:57 +0000
commitc047aee8e84b723f6910defab8b0de8063502490 (patch)
treeb12ebc2155d800c65755beee26ab7c8c4cbc9e4d /tools/Makefile
parenta5be3a7fffa550e22e2a56ee40151b69c00afe8a (diff)
downloaddrakx-backup-do-not-use-c047aee8e84b723f6910defab8b0de8063502490.tar
drakx-backup-do-not-use-c047aee8e84b723f6910defab8b0de8063502490.tar.gz
drakx-backup-do-not-use-c047aee8e84b723f6910defab8b0de8063502490.tar.bz2
drakx-backup-do-not-use-c047aee8e84b723f6910defab8b0de8063502490.tar.xz
drakx-backup-do-not-use-c047aee8e84b723f6910defab8b0de8063502490.zip
*** empty log message ***
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
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: