aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-11 13:22:13 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-11 13:22:13 -0800
commitccb157c7a30fadef70241e9dc362d78258a3866e (patch)
treef0944e6ebda3a4a52039121690b4f2cea05c3fb2 /Makefile.in
parentd43c803bfe1edfe828141e801190f39e072aa3d2 (diff)
Remove tokenizer_test target and codeT
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index cfd4686a..47f83e9f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -768,14 +768,6 @@ set_color: set_color.o print_help.o common.o color.o wutil.o
#
-# Test program for the tokenizer library
-#
-
-tokenizer_test: tokenizer.cpp tokenizer.h wutil.o common.o
- $(CXX) $(CXXFLAGS) tokenizer.cpp wutil.o common.o -D TOKENIZER_TEST $(LDFLAGS) -o $@
-
-
-#
# Build the fish_indent program.
#
@@ -869,7 +861,7 @@ clean:
rm -f *.o doc.h doc.tmp doc_src/*.doxygen doc_src/*.cpp doc_src/*.o doc_src/commands.hdr
rm -f $(GENERATED_INTERN_SCRIPT_FILES)
rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt
- rm -f $(PROGRAMS) fish_tests tokenizer_test key_reader
+ rm -f $(PROGRAMS) fish_tests key_reader
rm -f command_list.txt toc.txt
rm -f doc_src/index.hdr doc_src/commands.hdr
rm -f fish-@PACKAGE_VERSION@.tar