From c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 31 Mar 2000 21:54:17 +0000 Subject: *** empty log message *** --- tools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index bece8e754..91646e7ca 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(DIRS) xhost+ install +all: $(BASE)/depslist $(BASE)/filelist $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -30,6 +30,9 @@ $(BASE)/compss: $(BASE)/hdlists $(BASE)/hdlist.cz2 $(BASE)/depslist: $(BASE)/hdlists $(BASE)/hdlist.cz2 gendepslist2 -o $@ `cat $< | perl -pe 's|(.*)|'$(BASE)'/$$1|' ` +$(BASE)/filelist: $(RPMS) + genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ + $(BASE)/hdlist.cz2: genhdlists --noclean --distrib $(ROOTDEST) -- cgit v1.2.1