summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/content/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/content/Makefile')
-rw-r--r--apps/examples/thttpd/content/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/thttpd/content/Makefile b/apps/examples/thttpd/content/Makefile
index 8a74201b5..b4deddef5 100644
--- a/apps/examples/thttpd/content/Makefile
+++ b/apps/examples/thttpd/content/Makefile
@@ -98,8 +98,8 @@ $(SYMTAB): build
clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean)
$(call DELFILE$(ROMFS_HDR))
- $(call DELFILE $(ROMFS_IMG))
- $(call DELFILE $(SYMTAB))
+ $(call DELFILE, $(ROMFS_IMG))
+ $(call DELFILE, $(SYMTAB))
@rm -rf $(ROMFS_DIR)
$(call CLEAN)