summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-04-03 18:29:59 +0000
committerErik Troan <ewt@redhat.com>2000-04-03 18:29:59 +0000
commit3adb309ef526bc345c11593f91205535d5db0a84 (patch)
tree932aaf11ea713be3a4072509ef64c72d171613f3
parent0c59659dbc7b66cd35e9bf65b9512d75ba69b095 (diff)
downloadanaconda-3adb309ef526bc345c11593f91205535d5db0a84.tar.gz
anaconda-3adb309ef526bc345c11593f91205535d5db0a84.tar.xz
anaconda-3adb309ef526bc345c11593f91205535d5db0a84.zip
1) moved ARCH to Makefile.inc
2) include bootdisk dir
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0cadffc72..3eb8bc837 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,8 @@ include Makefile.inc
VERSION = 7.0
-ARCH := $(patsubst i%86,i386,$(shell uname -m))
-ARCH := $(patsubst sparc%,sparc,$(ARCH))
-
SUBDIRSHD = rpmmodule balkan isys libfdisk collage loader po \
- minislang textw utils scripts
+ minislang textw utils scripts boot
SUBDIRS = $(SUBDIRSHD)
ifneq (ia64, $(ARCH))