diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-03 10:44:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-03 10:44:59 +0000 |
commit | 95f81a5a5552ad42b188fc56f2c38eb8c17542de (patch) | |
tree | 02c2ce15b6072fceaf7252ccaa652bec686a063c /make/user-mode-linux.mk | |
parent | 5c2d0eab688a76408de19dd7a83f50f4124d3929 (diff) |
A number of updates
Diffstat (limited to 'make/user-mode-linux.mk')
-rw-r--r-- | make/user-mode-linux.mk | 2 |
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 |