From: Michael Tremer Date: Sun, 12 May 2019 09:20:57 +0000 (+0100) Subject: linux: Fix touching incorrect version.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f60a1e10efb2c169a0165a046fb26465e0b9f5e;p=people%2Fms%2Fipfire-2.x.git 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 --- 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 \