summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-14 23:59:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-14 23:59:01 +0000
commita4299593feb14ed8317da49980b8c06e59688aa2 (patch)
treecf2fea27a2884a3205a95d5c3042cdae91be7c66 /tools/Makefile
parent21066f8c4d8d136cca65f7138cabb25d4b4cfe8c (diff)
downloaddrakx-backup-do-not-use-a4299593feb14ed8317da49980b8c06e59688aa2.tar
drakx-backup-do-not-use-a4299593feb14ed8317da49980b8c06e59688aa2.tar.gz
drakx-backup-do-not-use-a4299593feb14ed8317da49980b8c06e59688aa2.tar.bz2
drakx-backup-do-not-use-a4299593feb14ed8317da49980b8c06e59688aa2.tar.xz
drakx-backup-do-not-use-a4299593feb14ed8317da49980b8c06e59688aa2.zip
no_comment
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
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