summaryrefslogtreecommitdiff
path: root/apps/graphics/tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/tiff/Makefile')
-rw-r--r--apps/graphics/tiff/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/graphics/tiff/Makefile b/apps/graphics/tiff/Makefile
index 996f51894..e42091ad9 100644
--- a/apps/graphics/tiff/Makefile
+++ b/apps/graphics/tiff/Makefile
@@ -86,12 +86,12 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE .context)
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, .context)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep