summaryrefslogtreecommitdiff
path: root/apps/builtin
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 20:22:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 20:22:14 +0000
commit62b8fb69badccc3f10fb5184b9d375fea23ca59f (patch)
tree85a64e39b3a82aa186b3852b5274cfc5081fd220 /apps/builtin
parent23883d60d78f152827edcbff4f8ac8040ef8cdb5 (diff)
downloadnuttx-62b8fb69badccc3f10fb5184b9d375fea23ca59f.tar.gz
nuttx-62b8fb69badccc3f10fb5184b9d375fea23ca59f.tar.bz2
nuttx-62b8fb69badccc3f10fb5184b9d375fea23ca59f.zip
Fix several build issues noted by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5459 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/builtin')
-rw-r--r--apps/builtin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/builtin/Makefile b/apps/builtin/Makefile
index 0efb832f8..ccb860c88 100644
--- a/apps/builtin/Makefile
+++ b/apps/builtin/Makefile
@@ -75,6 +75,9 @@ $(AOBJS): %$(OBJEXT): %.S
$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
+registry/.updated:
+ $(V) $(MAKE) -C registry .updated TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+
builtin_list.h: registry/.updated
$(call DELFILE, builtin_list.h)
$(Q) touch builtin_list.h
@@ -110,7 +113,7 @@ endif
context:
$(Q) $(MAKE) -C registry context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
-.depend: Makefile $(SRCS)
+.depend: Makefile $(SRCS) builtin_list.h builtin_proto.h
$(Q) $(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
$(Q) touch $@