From 39b16a6249eb865a2319a8e3cb1e4270e6fec539 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 10 Mar 2000 19:56:05 +0000 Subject: *** empty log message *** --- tools/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index e3241f872..86a1915c7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(BASE)/hdlist.cz2 $(DIRS) xhost+ install +all: $(BASE)/depslist $(BASE)/hdlists $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -24,11 +24,11 @@ xhost+: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos -$(BASE)/depslist: $(BASE)/hdlist.cz2 - gendepslist2 -o $@ $< +$(BASE)/depslist: $(BASE)/hdlists + gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` -$(BASE)/hdlist.cz2: $(RPMS) - genhdlist_cz2 --noclean --distrib $(ROOTDEST) +$(BASE)/hdlists: $(RPMS) + genhdlists --noclean --distrib $(ROOTDEST) clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done -- cgit v1.2.1