summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-28 23:52:57 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-28 23:52:57 +0000
commitfcef7c0af0b51e7883fe6f78db5ab6f03be8000a (patch)
tree8321e6fa768420567bb3bcc06d18730b376facac /tools/Makefile
parent55a6953f8ce1b586d8128feaa1a1e08c9f9beb03 (diff)
downloaddrakx-backup-do-not-use-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar
drakx-backup-do-not-use-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar.gz
drakx-backup-do-not-use-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar.bz2
drakx-backup-do-not-use-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.tar.xz
drakx-backup-do-not-use-fcef7c0af0b51e7883fe6f78db5ab6f03be8000a.zip
no_comment
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5e4a5764b..3ffd8a0cd 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,16 +7,15 @@ CFLAGS = -Wall
.PHONY: clean install $(DIRS)
-all: $(BASE)/depslist $(BASE)/hdlist $(DIRS) install
+all: $(BASE)/depslist $(BASE)/hdlist $(DIRS) xhost+ install
$(DIRS):
make -C $@
install:
- $(MAKE) gendepslist rpm2header xhost+
+ $(MAKE) gendepslist rpm2header
install make_mdkinst_stage2 gendepslist rpm2header genhdlist $(ROOTDEST)/misc
mkdir -p $(DEST)/usr/bin
- install -s xhost+ $(DEST)/usr/bin
xhost+: %: %.c
$(CC) $(CFLAGS) $< -L/usr/X11R6/lib -lX11 -o $@