summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-02 14:12:09 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-02 14:12:09 +0000
commitd062b0681ed8e6658593064edd42aaeb23664414 (patch)
treee14bac642a45f0407df4bf8b942f4c4c995b3ef6 /tools/Makefile
parent8212f09c04859180c0e67588f0ab5912b3c08a86 (diff)
downloaddrakx-backup-do-not-use-d062b0681ed8e6658593064edd42aaeb23664414.tar
drakx-backup-do-not-use-d062b0681ed8e6658593064edd42aaeb23664414.tar.gz
drakx-backup-do-not-use-d062b0681ed8e6658593064edd42aaeb23664414.tar.bz2
drakx-backup-do-not-use-d062b0681ed8e6658593064edd42aaeb23664414.tar.xz
drakx-backup-do-not-use-d062b0681ed8e6658593064edd42aaeb23664414.zip
no_comment
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index c8da121e6..a33c481d3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,7 +1,6 @@
ROOTDEST = /export
DEST = $(ROOTDEST)/Mandrake/mdkinst
RPMS = $(wildcard $(ROOTDEST)/Mandrake/RPMS/*.rpm)
-LOCALFILES = ddcprobe/ddcxinfos
BASE = $(ROOTDEST)/Mandrake/base
.PHONY: clean install
@@ -11,7 +10,6 @@ all: $(BASE)/depslist $(BASE)/hdlist install
install:
$(MAKE) gendepslist rpm2header ddcprobe/ddcxinfos
install make_mdkinst_stage2 gendepslist rpm2header genhdlist $(ROOTDEST)/misc
- install -s $(LOCALFILES) $(DEST)/usr/bin
gendepslist: %: %.cc
$(CXX) -I/usr/include/rpm $(CFLAGS) $< -lrpm -ldb1 -lz -o $@