From d6666fdd40872ba03f2a5029cd0e32ae807befd0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 3 Aug 2007 01:21:41 +0000 Subject: fix image installation SVN-Revision: 8324 --- include/kernel-build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/kernel-build.mk') diff --git a/include/kernel-build.mk b/include/kernel-build.mk index b3fcd9056f..da1fe39bca 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -174,7 +174,7 @@ oldconfig menuconfig: $(STAMP_PREPARED) FORCE $(SCRIPT_DIR)/config.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG) install: $(LINUX_DIR)/.image - $(MAKE) -C image install + $(MAKE) -C image compile install clean: FORCE rm -f $(STAMP_DIR)/.linux-compile @@ -188,6 +188,6 @@ rebuild: FORCE @$(MAKE) compile image-prereq: - $(MAKE) -s -C image prereq + $(SUBMAKE) -s -C image prereq prereq: image-prereq -- cgit v1.2.3