diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-22 23:18:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-22 23:18:25 +0000 |
commit | 9ee84a2c340af2d4b1912d7573c2223368a22903 (patch) | |
tree | 3d59260e22c2e03770f9a24370b11e9e350b18f5 /tools | |
parent | 5c1d5c819d907a1bb5e98477b9aeb7dc9e2fda9e (diff) | |
download | drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar.gz drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar.bz2 drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.tar.xz drakx-9ee84a2c340af2d4b1912d7573c2223368a22903.zip |
no_comment
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index 535e1f59d..ef707c34d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(BASE)/hdlists $(DIRS) xhost+ install +all: $(BASE)/depslist $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -24,10 +24,12 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist_cz2 +$(BASE)/depslist: $(BASE)/hdlist.cz2 gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` -$(BASE)/hdlists $(BASE)/hdlist_cz2: $(RPMS) +$(BASE)/hdlist.cz2: $(BASE)/hdlists + +$(BASE)/hdlists: $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) clean: |