aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoleslaw Ciesielski <combolek@users.noreply.github.com>2020-06-15 11:31:35 -0700
committerKevinOConnor <kevin@koconnor.net>2020-06-15 17:14:58 -0400
commitca2e84abbae8b53534146edb8b0aacc769e121ee (patch)
tree9186fac65ef37a60d177706d9fcf7ed07867d4f4 /Makefile
parentd47a5eb8b66cf0ca1bdbc63fc4bdd95b6ad77509 (diff)
downloadkutter-ca2e84abbae8b53534146edb8b0aacc769e121ee.tar.gz
kutter-ca2e84abbae8b53534146edb8b0aacc769e121ee.tar.xz
kutter-ca2e84abbae8b53534146edb8b0aacc769e121ee.zip
Makefile: fixed missing dependency on autoconf.h
Signed-off-by: Boleslaw Ciesielski <combolek@users.noreply.github.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e38a7eb6..039b7889 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ $(OUT)%.o: %.c $(OUT)autoconf.h $(OUT)board-link
@echo " Compiling $@"
$(Q)$(CC) $(CFLAGS) -c $< -o $@
-$(OUT)%.ld: %.lds.S $(OUT)board-link
+$(OUT)%.ld: %.lds.S $(OUT)autoconf.h $(OUT)board-link
@echo " Preprocessing $@"
$(Q)$(CPP) -I$(OUT) -P -MD -MT $@ $< -o $@