summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/order/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/order/makefile')
-rw-r--r--examples/cxx/tree/order/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/order/makefile b/examples/cxx/tree/order/makefile
index 63f1f3a..2424e2b 100644
--- a/examples/cxx/tree/order/makefile
+++ b/examples/cxx/tree/order/makefile
@@ -29,7 +29,7 @@ $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_examples)))
$(dist-win): $(addprefix $(out_base)/,$(addsuffix /.dist-win,$(all_examples)))
$(call install-data,$(src_base)/README,$(dist_prefix)/$(path)/README.txt)
- $(call message,,unix2dos $(dist_prefix)/$(path)/README.txt)
+ $(call message,,todos $(dist_prefix)/$(path)/README.txt)
# Clean.
#