Merge pull request #3 from xiaoxiang781216/builtin
Add .updated target to handle the no builtin app case correctly
This commit is contained in:
commit
73e1696e8b
@ -41,6 +41,9 @@ include $(APPDIR)/Make.defs
|
||||
all:
|
||||
.PHONY: context depend clean distclean
|
||||
|
||||
.updated: $(DEPCONFIG)
|
||||
$(Q) touch .updated
|
||||
|
||||
# This must run before any other context target
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user