summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/Makefile')
-rw-r--r--apps/examples/thttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index 4da7e7997..10bcb9af0 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -77,7 +77,7 @@ headers:
@$(MAKE) -C content TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
.built: headers $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context: