From: Olaf Hering scripts/Makefile.build:13: /Makefile: No such file or directory scripts/Makefile.build:64: kbuild: Makefile.build is included improperly the define was removed, but its still required to build some targets. Signed-off-by: Olaf Hering Cc: Paolo Giarrusso Signed-off-by: Andrew Morton --- arch/um/Makefile-i386 | 1 + 1 files changed, 1 insertion(+) diff -puN arch/um/Makefile-i386~uml-readd-missing-define-to-arch-um-makefile-i386 arch/um/Makefile-i386 --- devel/arch/um/Makefile-i386~uml-readd-missing-define-to-arch-um-makefile-i386 2005-07-25 19:50:46.000000000 -0700 +++ devel-akpm/arch/um/Makefile-i386 2005-07-25 19:50:46.000000000 -0700 @@ -33,6 +33,7 @@ ifneq ($(CONFIG_GPROF),y) ARCH_CFLAGS += -DUM_FASTCALL endif +SYS_UTIL_DIR := $(ARCH_DIR)/sys-i386/util SYS_HEADERS := $(SYS_DIR)/sc.h $(SYS_DIR)/thread.h prepare: $(SYS_HEADERS) _