summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-01 17:39:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-01 17:39:43 +0000
commit4c44b738e39e0637a5c8fa7a826d7696e2d854f8 (patch)
treee000368750064d7ad6021a0d68450834e5c18257
parente4ddadea85b312eaa4a6338c8a5f87d431af3a59 (diff)
downloaddrakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar
drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar.gz
drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar.bz2
drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar.xz
drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.zip
fix build after pixel's pass
-rw-r--r--perl-install/Makefile4
-rw-r--r--perl-install/Makefile.drakxtools2
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 2d04e313a..713293f31 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -8,9 +8,9 @@ include Makefile.config
POFILES = $(shell ls share/po/*.po)
MOFILES = $(POFILES:%.po=%.mo)
-DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/convert standalone/finish-install.xsetup standalone/service_harddrake.sh
+DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/convert standalone/finish-install.xsetup standalone/service_harddrake.sh
OTHERS = $(OTHERDIRS) $(OTHERFILES)
-OTHERDIRS = tools/ddcprobe tools/serial_probe
+OTHERDIRS = tools/serial_probe
OTHERFILES = tools/rpcinfo-flushed.c
STAGE1 = ../mdk-stage1
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index ccc8eb77d..c889646fe 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -3,7 +3,7 @@ include Makefile.config
INLIBDEST_DIRS = Newt c resize_fat xf86misc sbus_probing
HAVEINST_DIRS = share/po standalone/interactive_http
-DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) ddcprobe harddrake printer serial_probe
+DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) harddrake printer serial_probe
NAME = libDrakX
PREFIX =
LIBDIR = $(PREFIX)/usr/lib