summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-29 17:51:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:43 -0500
commitc195eccefea69c17169c350a13bbfe845fc6fc44 (patch)
treeea8c2f8861a8d7f79b6d5fdb617693738bf78613 /source/Makefile.in
parentd4256ae5588fddc62bf90082d24140e327a54c8c (diff)
downloadsamba-c195eccefea69c17169c350a13bbfe845fc6fc44.tar.gz
samba-c195eccefea69c17169c350a13bbfe845fc6fc44.tar.xz
samba-c195eccefea69c17169c350a13bbfe845fc6fc44.zip
r23662: According to simo, check_dos_char is needed
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index ff1cf92f83a..9910f0feb5d 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1735,6 +1735,8 @@ bin/t_strappend@EXEEXT@: $(BINARY_PREREQS) bin/libbigballofmud.@SHLIBEXT@ tortur
bin/t_stringoverflow@EXEEXT@: $(BINARY_PREREQS) bin/libbigballofmud.@SHLIBEXT@ torture/t_stringoverflow.o
$(CC) $(FLAGS) -o $@ $(DYNEXP) torture/t_stringoverflow.o -L./bin -lbigballofmud
+bin/t_doschar@EXEEXT@: $(BINARY_PREREQS) bin/libbigballofmud.@SHLIBEXT@ torture/t_doschar.o
+ $(CC) $(FLAGS) -o $@ $(DYNEXP) $(LIBS) torture/t_doschar.o -L ./bin -lbigballofmud
bin/t_push_ucs2@EXEEXT@: $(BINARY_PREREQS) bin/libbigballofmud.@SHLIBEXT@ torture/t_push_ucs2.o
$(CC) $(FLAGS) -o $@ $(DYNEXP) $(LIBS) torture/t_push_ucs2.o -L ./bin -lbigballofmud