From a4299593feb14ed8317da49980b8c06e59688aa2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 14 Apr 2000 23:59:01 +0000 Subject: no_comment --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 5a0445360..469758906 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,13 +7,13 @@ CFLAGS = -Wall .PHONY: clean install $(DIRS) -all: $(BASE)/depslist $(BASE)/filelist $(DIRS) xhost+ install +all: $(BASE)/depslist $(BASE)/filelist $(BASE)/compss $(DIRS) xhost+ install $(DIRS): make -C $@ install: - install make_mdkinst_stage2 $(ROOTDEST)/misc + install make_mdkinst_stage2 gencompss $(ROOTDEST)/misc cd /usr/bin ; install build_archive $(ROOTDEST)/misc || { echo "build_archive is missing"; exit 1; } cd /usr/bin ; install gendepslist2 rpm2header genhdlist_cz2 $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } mkdir -p $(DEST)/usr/bin -- cgit v1.2.1