summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
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)