summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxflat')
-rw-r--r--apps/examples/nxflat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxflat/Makefile b/apps/examples/nxflat/Makefile
index 344ee9c6d..94092bd39 100644
--- a/apps/examples/nxflat/Makefile
+++ b/apps/examples/nxflat/Makefile
@@ -76,7 +76,7 @@ $(COBJS): %$(OBJEXT): %.c
headers:
@$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
-.built: $(OBJS)
+.built: headers $(OBJS)
$(call ARCHIVE, $(BIN), $(OBJS))
@touch .built