From eadd7da1362d784da74be9bf5d7bc34489f2b9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 23 Jul 2018 00:00:38 +0200 Subject: [PATCH] Makefile: missing dependency for offsets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1e5d32..a0f0dd2 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ build/os.iso: build/iso_files/os.zip build/iso_files/boot/iso_boot.sys build/che define offset tmp_${1} = ${3} -build/offsets/${1}.dec: $${tmp_${1}:%=build/offsets/%.dec} build/check_makefile +build/offsets/${1}.dec: $${tmp_${1}:%=build/offsets/%.dec} ${4} build/check_makefile echo $$$$(( ${2} )) | tee $$@ ${1} = $$$$(cat build/offsets/${1}.dec) dep_${1} = build/offsets/${1}.dec