aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/makefile')
-rw-r--r--examples/cxx/parser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/makefile b/examples/cxx/parser/makefile
index 99fd6ad..941d098 100644
--- a/examples/cxx/parser/makefile
+++ b/examples/cxx/parser/makefile
@@ -61,7 +61,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)
ifneq ($(filter $(MAKECMDGOALS),dist dist-win),)
$(foreach e,$(all_examples),$(call import,$(src_base)/$e/makefile))