From 55a34e694f6b2c8d45b4a10ce93644fb36c1f7a1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Apr 2014 16:01:32 +0200 Subject: Use todos instead of deprecated unix2dos --- examples/cxx/hybrid/custom/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx/hybrid/custom/makefile') diff --git a/examples/cxx/hybrid/custom/makefile b/examples/cxx/hybrid/custom/makefile index b4208c6..6b0ce7f 100644 --- a/examples/cxx/hybrid/custom/makefile +++ b/examples/cxx/hybrid/custom/makefile @@ -34,7 +34,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),) -- cgit v1.1