summaryrefslogtreecommitdiffstats
path: root/make/user-mode-linux.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-03 10:44:59 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-03 10:44:59 +0000
commit95f81a5a5552ad42b188fc56f2c38eb8c17542de (patch)
tree02c2ce15b6072fceaf7252ccaa652bec686a063c /make/user-mode-linux.mk
parent5c2d0eab688a76408de19dd7a83f50f4124d3929 (diff)
downloadbuildroot-novena-95f81a5a5552ad42b188fc56f2c38eb8c17542de.tar.gz
buildroot-novena-95f81a5a5552ad42b188fc56f2c38eb8c17542de.zip
A number of updates
Diffstat (limited to 'make/user-mode-linux.mk')
-rw-r--r--make/user-mode-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/user-mode-linux.mk b/make/user-mode-linux.mk
index a09f28a8d..9cffa8b03 100644
--- a/make/user-mode-linux.mk
+++ b/make/user-mode-linux.mk
@@ -32,7 +32,7 @@ $(UMLINUX_DIR)/.set_arch: $(UMLINUX_DIR)/.patched
$(UMLINUX_DIR)/.configured: $(UMLINUX_DIR)/.set_arch $(UMLINUX_KCONFIG)
cp $(UMLINUX_KCONFIG) $(UMLINUX_DIR)/.config
- make -C $(UMLINUX_DIR) oldconfig
+ make -C $(UMLINUX_DIR) oldconfig include/linux/version.h
touch $(UMLINUX_DIR)/.configured
$(UMLINUX_DIR)/.depend_done: $(UMLINUX_DIR)/.configured