diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-09 15:45:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-09 15:45:47 +0000 |
commit | 18e026ecf9926d6672ac0ca1808687276d6b756a (patch) | |
tree | 108118f13b3af28181d4619759b521f6dcfec6a6 | |
parent | e55270d98a35bc0c4a4ab319f3ab2413be49cbe2 (diff) | |
download | anaconda-18e026ecf9926d6672ac0ca1808687276d6b756a.tar.gz anaconda-18e026ecf9926d6672ac0ca1808687276d6b756a.tar.xz anaconda-18e026ecf9926d6672ac0ca1808687276d6b756a.zip |
there we go
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |