summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-09 15:39:20 +0000
committerMatt Wilson <msw@redhat.com>2000-05-09 15:39:20 +0000
commit476b5df1cf40efc19a0e3346821e15325d90ef9b (patch)
tree2383694bd4ff9fb6e0e3db4fe7b864c5be5e9a51
parent5bff925eb689a2690ed3042009b2a02ccd11eea8 (diff)
downloadanaconda-476b5df1cf40efc19a0e3346821e15325d90ef9b.tar.gz
anaconda-476b5df1cf40efc19a0e3346821e15325d90ef9b.tar.xz
anaconda-476b5df1cf40efc19a0e3346821e15325d90ef9b.zip
makefile build edd library first
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0002d3a5e..991413adc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SUBDIRS = $(SUBDIRSHD) gnome-map iw help pixmaps
endif
ifeq (i386, $(ARCH))
-SUBDIRS += ddcprobe
+SUBDIRS = ddcprobe edd $(SUBDIRS)
endif