summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-04 22:53:39 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-04 22:53:39 +0000
commited890b0f92f57167f9a5d5ff12054883d0291576 (patch)
tree95841d9319bb98b8b748ca6a7cc659eb26d74ab8 /Makefile
parentec3bb5b4fce530bbd774172bc8c8c61bd54994ba (diff)
downloadanaconda-ed890b0f92f57167f9a5d5ff12054883d0291576.tar.gz
anaconda-ed890b0f92f57167f9a5d5ff12054883d0291576.tar.xz
anaconda-ed890b0f92f57167f9a5d5ff12054883d0291576.zip
we don't need to build ddcprobe now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ca96ff68..b5b49b3c3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ SUBDIRSHD = balkan isys collage $(MINISLANG) loader po \
SUBDIRS = $(SUBDIRSHD)
ifeq (i386, $(ARCH))
-SUBDIRS := ddcprobe edd $(SUBDIRS)
+SUBDIRS := edd $(SUBDIRS)
endif
# DESTDIR - destination for install image for install purposes