From bbe9e28fb7761aae99bc34d7fb191cf2e4696398 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 17 Jan 2001 18:18:31 +0000 Subject: updated to use gendistrib of newer rpmtools. --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 388143ee4..93e2ba722 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,10 +25,10 @@ ddcprobe/ddcxinfos: $(MAKE) -C ddcprobe ddcxinfos $(BASE)/compss $(BASE)/depslist.ordered: $(BASE)/hdlists $(BASE)/hdlist.cz - genbasefiles $(BASE) `cat $< | perl -pe 's|^(\S*).*|'$(BASE)'/$$1|' ` + gendistrib --nohdlists --distrib $(ROOTDEST) $(BASE)/hdlist.cz: $(BASE)/hdlists $(RPMS) - genhdlists --noclean --distrib $(ROOTDEST) + gendistrib --noclean --nobasefiles --distrib $(ROOTDEST) clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done -- cgit v1.2.1