Skip to content

Commit 73e1696

Browse files
authored
Merge pull request #3 from xiaoxiang781216/builtin
Add .updated target to handle the no builtin app case correctly
2 parents 8c8c481 + 7a645ba commit 73e1696

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)