reorder nas command line parameters (required for bridge operation)
[openwrt-10.03/.git] / include / kernel-build.mk
index d3c47281faa33ad3f74bd7078b78e54d11cf079e..dfd422744790ae233df58c207f79d070e1c20787 100644 (file)
@@ -97,9 +97,8 @@ pkg-install: FORCE
        @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG) install $(INSTALL_TARGETS) || true; }
 
 source: $(DL_DIR)/$(LINUX_SOURCE)
-prepare:
+prepare: $(LINUX_DIR)/.configured
        @mkdir -p $(STAMP_DIR) $(PACKAGE_DIR)
-       @$(MAKE) $(LINUX_DIR)/.configured
 
 compile: prepare $(STAMP_DIR)/.linux-compile