diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-09 15:39:20 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-09 15:39:20 +0000 |
commit | 476b5df1cf40efc19a0e3346821e15325d90ef9b (patch) | |
tree | 2383694bd4ff9fb6e0e3db4fe7b864c5be5e9a51 | |
parent | 5bff925eb689a2690ed3042009b2a02ccd11eea8 (diff) | |
download | anaconda-476b5df1cf40efc19a0e3346821e15325d90ef9b.tar.gz anaconda-476b5df1cf40efc19a0e3346821e15325d90ef9b.tar.xz anaconda-476b5df1cf40efc19a0e3346821e15325d90ef9b.zip |
makefile build edd library first
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ SUBDIRS = $(SUBDIRSHD) gnome-map iw help pixmaps endif ifeq (i386, $(ARCH)) -SUBDIRS += ddcprobe +SUBDIRS = ddcprobe edd $(SUBDIRS) endif |