summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-04 22:48:01 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-04 22:48:42 +0100
commitf669fc33e01249cccbef31ce84d447b949ff8e3d (patch)
tree72afdd0528fb460d29802432f8f0e9b58a41f468
parente527e250a2b2e49da93a355152a35c4a5e80466d (diff)
Makefile: fix sorted init ops dependency on autoconf.h
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a42c1fa..c4381bfc 100644
--- a/Makefile
+++ b/Makefile
@@ -302,7 +302,7 @@ define gen_sorted_init_ops
endef
.INTERMEDIATE: .x15.sorted_init_ops
-.x15.sorted_init_ops: $(filter %.c,$(x15_SOURCES))
+.x15.sorted_init_ops: $(filter %.c,$(x15_SOURCES)) include/generated/autoconf.h
$(call gen_sorted_init_ops)
x15_DEPS := $(x15_LDS) .x15.sorted_init_ops