diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-28 16:51:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-28 16:51:57 +0000 |
commit | c047aee8e84b723f6910defab8b0de8063502490 (patch) | |
tree | b12ebc2155d800c65755beee26ab7c8c4cbc9e4d /tools | |
parent | a5be3a7fffa550e22e2a56ee40151b69c00afe8a (diff) | |
download | drakx-c047aee8e84b723f6910defab8b0de8063502490.tar drakx-c047aee8e84b723f6910defab8b0de8063502490.tar.gz drakx-c047aee8e84b723f6910defab8b0de8063502490.tar.bz2 drakx-c047aee8e84b723f6910defab8b0de8063502490.tar.xz drakx-c047aee8e84b723f6910defab8b0de8063502490.zip |
*** empty log message ***
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 6 |
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: |