summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxflat/Makefile')
-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 e8a15a859..3a34f1fa3 100644
--- a/apps/examples/nxflat/Makefile
+++ b/apps/examples/nxflat/Makefile
@@ -73,7 +73,7 @@ headers:
@$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
.built: $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $(BIN), "$(OBJS)")
@touch .built
context: