diff options
-rw-r--r-- | tools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile index 375ed0551..388143ee4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist.ordered $(BASE)/filelist $(BASE)/compss $(DIRS) xhost+ install +all: $(BASE)/depslist.ordered $(BASE)/compss $(DIRS) xhost+ install $(DIRS): make -C $@ @@ -27,9 +27,6 @@ ddcprobe/ddcxinfos: $(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` -$(BASE)/filelist: $(RPMS) -# genfilelist $(ROOTDEST)/Mandrake/RPMS* >$@ - $(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) genhdlists --noclean --distrib $(ROOTDEST) |