aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/hello/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-20 16:01:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-20 16:01:32 +0200
commit55a34e694f6b2c8d45b4a10ce93644fb36c1f7a1 (patch)
tree3ca9ce5d917885d5bc2d79b20df0391a9abe0ef1 /examples/cxx/parser/hello/makefile
parented48e34188ee8bab279461c3f3a3e2d12aca5abc (diff)
Use todos instead of deprecated unix2dos
Diffstat (limited to 'examples/cxx/parser/hello/makefile')
-rw-r--r--examples/cxx/parser/hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/parser/hello/makefile b/examples/cxx/parser/hello/makefile
index 56848d5..6c50441 100644
--- a/examples/cxx/parser/hello/makefile
+++ b/examples/cxx/parser/hello/makefile
@@ -54,7 +54,7 @@ $(dist): $(dist-common)
$(dist-win): $(dist-common)
$(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.