diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-10 01:54:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-10 01:54:45 +0000 |
commit | 7e226edede7c429b92bbb575c9bbf52c74359702 (patch) | |
tree | e5dceba4f28878818c634e704f3560fab0f59266 /Makefile | |
parent | fa0444acb7b158fe3db3a1546efa608326bd9e5b (diff) | |
download | anaconda-7e226edede7c429b92bbb575c9bbf52c74359702.tar.gz anaconda-7e226edede7c429b92bbb575c9bbf52c74359702.tar.xz anaconda-7e226edede7c429b92bbb575c9bbf52c74359702.zip |
Raid works!!!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |