summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-09 15:45:47 +0000
committerMatt Wilson <msw@redhat.com>2000-05-09 15:45:47 +0000
commit18e026ecf9926d6672ac0ca1808687276d6b756a (patch)
tree108118f13b3af28181d4619759b521f6dcfec6a6 /Makefile
parente55270d98a35bc0c4a4ab319f3ab2413be49cbe2 (diff)
downloadanaconda-18e026ecf9926d6672ac0ca1808687276d6b756a.tar.gz
anaconda-18e026ecf9926d6672ac0ca1808687276d6b756a.tar.xz
anaconda-18e026ecf9926d6672ac0ca1808687276d6b756a.zip
there we go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd67dbfe6..09a4a8ae1 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ SUBDIRS = $(SUBDIRSHD) gnome-map iw help pixmaps
endif
ifeq (i386, $(ARCH))
-SUBDIRS += ddcprobe edd
+SUBDIRS := ddcprobe edd $(SUBDIRS)
+#SUBDIRS += ddcprobe edd
endif