From a912981cf2c3cffc0dd85dc0f625da54e83e0e6c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 1 Mar 2000 15:56:39 +0000 Subject: *** empty log message *** --- tools/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index cf75c866c..32de868c4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(BASE)/hdlist $(DIRS) xhost+ install +all: $(BASE)/depslist $(BASE)/depslist.ordered $(BASE)/hdlist $(BASE)/hdlist.cz2 $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -29,9 +29,16 @@ rpm2header: %: %.c ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos +$(BASE)/depslist.ordered: $(BASE)/depslist + ./orderdepslist $< + $(BASE)/depslist: $(BASE)/hdlist gendepslist ./gendepslist -h $@ $< +$(BASE)/hdlist.cz2: $(BASE)/depslist.ordered $(RPMS) + rm -rf tmp + ./build_hdlist_cz2 $(ROOTDEST) tmp + $(BASE)/hdlist: $(RPMS) $(MAKE) install ./genhdlist $(ROOTDEST) -- cgit v1.2.1