From 3f60a1e10efb2c169a0165a046fb26465e0b9f5e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 12 May 2019 10:20:57 +0100 Subject: [PATCH] linux: Fix touching incorrect version.h This file has moved and the touch command created an empty version of the file which caused that builds depending on that did not complete. Signed-off-by: Michael Tremer --- lfs/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/linux b/lfs/linux index c205a5e635..86755f46fa 100644 --- a/lfs/linux +++ b/lfs/linux @@ -227,7 +227,7 @@ endif # Make sure we can build external modules touch -r /lib/modules/$(VER)-$(VERSUFIX)/build/Makefile \ - /lib/modules/$(VER)-$(VERSUFIX)/build/include/linux/version.h + /lib/modules/$(VER)-$(VERSUFIX)/build/include/generated/uapi/linux/version.h touch -r /lib/modules/$(VER)-$(VERSUFIX)/build/.config \ /lib/modules/$(VER)-$(VERSUFIX)/build/autoconf.h cp /lib/modules/$(VER)-$(VERSUFIX)/build/.config \ -- 2.39.5