diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-04 22:53:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-04 22:53:39 +0000 |
commit | ed890b0f92f57167f9a5d5ff12054883d0291576 (patch) | |
tree | 95841d9319bb98b8b748ca6a7cc659eb26d74ab8 /Makefile | |
parent | ec3bb5b4fce530bbd774172bc8c8c61bd54994ba (diff) | |
download | anaconda-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |