From 9ee84a2c340af2d4b1912d7573c2223368a22903 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Mar 2000 23:18:25 +0000 Subject: no_comment --- tools/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tools/Makefile') 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: -- cgit v1.2.1