summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff/Makefile')
-rw-r--r--apps/examples/tiff/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/examples/tiff/Makefile b/apps/examples/tiff/Makefile
index 373c07ca7..f62209931 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -98,14 +98,14 @@ context: .context
depend: .depend
clean:
- $(call DELFILE .built)
- $(call DELFILE result.tif)
- $(call DELFILE tmpfile1.dat)
- $(call DELFILE tmpfile2.dat)
+ $(call DELFILE, .built)
+ $(call DELFILE, result.tif)
+ $(call DELFILE, tmpfile1.dat)
+ $(call DELFILE, tmpfile2.dat)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep