From: Hans-Christian Egtvedt Date: Thu, 30 Oct 2008 14:22:11 +0000 (-0000) Subject: linux: make touch also create the dependency file when installing modules X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fed834950908164407f6986ad32944f541f34887;p=buildroot.git linux: make touch also create the dependency file when installing modules Signed-off-by: Hans-Christian Egtvedt --- diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 1b6b0860d6..0e88cf69e3 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -401,7 +401,7 @@ $(PROJECT_BUILD_DIR)/autotools-stamps/linux_modules_target_installed: $(LINUX26_ rm -f $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION_PROBED)/build rm -f $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION_PROBED)/source $(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod26 -b $(TARGET_DIR) $(LINUX26_VERSION_PROBED) - touch -c $@ + touch $@ linux26-menuconfig: $(LINUX26_DIR)/.patched host-sed [ -f $(LINUX26_DIR)/.config ] || cp $(LINUX26_KCONFIG) $(LINUX26_DIR)/.config