Skip to content

Commit 7a645ba

Browse files
Add .updated target to handle the no builtin app case correctly
Change-Id: Ia61ff63b4b1e4cb6ec52ac216626bbb76fdf3a33 Signed-off-by: Xiang Xiao <[email protected]>
1 parent 8c8c481 commit 7a645ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builtin/registry/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ include $(APPDIR)/Make.defs
4141
all:
4242
.PHONY: context depend clean distclean
4343

44+
.updated: $(DEPCONFIG)
45+
$(Q) touch .updated
46+
4447
# This must run before any other context target
4548

4649
install:

0 commit comments

Comments
 (0)