summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-10 01:54:45 +0000
committerMatt Wilson <msw@redhat.com>1999-09-10 01:54:45 +0000
commit7e226edede7c429b92bbb575c9bbf52c74359702 (patch)
treee5dceba4f28878818c634e704f3560fab0f59266 /Makefile
parentfa0444acb7b158fe3db3a1546efa608326bd9e5b (diff)
downloadanaconda-7e226edede7c429b92bbb575c9bbf52c74359702.tar.gz
anaconda-7e226edede7c429b92bbb575c9bbf52c74359702.tar.xz
anaconda-7e226edede7c429b92bbb575c9bbf52c74359702.zip
Raid works!!!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 81f1b4a19..c517f58e0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
SUBDIRSHD = rpmmodule isys balkan libfdisk collage loader stubs po kudzu \
- minislang
-SUBDIRS = $(SUBDIRSHD) gnome-map iw textw help pixmaps
+ minislang textw
+SUBDIRS = $(SUBDIRSHD) gnome-map iw help pixmaps
BUILDONLYSUBDIRS = pump
ifeq (i386, $(ARCH))