summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-17 07:18:30 +0100
committerVolker Lendecke <vl@samba.org>2007-12-17 07:18:30 +0100
commit7ec9ee0e05c902022dc4629b5605b0fc93980deb (patch)
tree94f508085728c17d7e350154c7bd9813679c801e /source3/Makefile.in
parent26daf2b479d1e6833f417b5d6c3d073ec0828935 (diff)
downloadsamba-7ec9ee0e05c902022dc4629b5605b0fc93980deb.tar.gz
samba-7ec9ee0e05c902022dc4629b5605b0fc93980deb.tar.bz2
samba-7ec9ee0e05c902022dc4629b5605b0fc93980deb.zip
Remove t_doschar.c
(This used to be commit b89f87242b9c949401f3fa9b352211906cb76895)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c70ad6cfbb..21fc8cebf7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1717,11 +1717,6 @@ 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
-
bin/timelimit@EXEEXT@: script/tests/timelimit.o
@echo Linking $@
@$(CC) $(FLAGS) -o $@ $(DYNEXP) script/tests/timelimit.o