diff options
author | Richard Braun <rbraun@sceen.net> | 2018-01-04 22:48:01 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-01-04 22:48:42 +0100 |
commit | f669fc33e01249cccbef31ce84d447b949ff8e3d (patch) | |
tree | 72afdd0528fb460d29802432f8f0e9b58a41f468 | |
parent | e527e250a2b2e49da93a355152a35c4a5e80466d (diff) |
Makefile: fix sorted init ops dependency on autoconf.h
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |