From 3adb309ef526bc345c11593f91205535d5db0a84 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 3 Apr 2000 18:29:59 +0000 Subject: 1) moved ARCH to Makefile.inc 2) include bootdisk dir --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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)) -- cgit