diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-14 15:11:57 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-14 15:11:57 +0000 |
commit | 21066f8c4d8d136cca65f7138cabb25d4b4cfe8c (patch) | |
tree | e51a023cbbbdea6ad22b962dc4e573603c67f31a /tools/Makefile | |
parent | 3f3ced984833bf1084447c1afd3cfc7d17d0838b (diff) | |
download | drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.gz drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.bz2 drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.tar.xz drakx-21066f8c4d8d136cca65f7138cabb25d4b4cfe8c.zip |
*** empty log message ***
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: |