From 083fcd6491e8255bad976d4af5ec065d47ab6aac Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 6 Mar 2006 07:27:06 +1000 Subject: [PATCH] Remove fish_tests when doing make clean. This patch has been applied before, but must have gotten lost along the way. darcs-hash:20060305212706-ac50b-751e88e86e03b94a18566ce02a0808697298d3bf.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 93813973d..82eed46a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -576,7 +576,7 @@ clean: rm -f *.o doc.h doc_src/*.doxygen doc_src/*.c builtin_help.c rm -f tests/tmp.err tests/tmp.out tests/tmp.status tests/foo.txt rm -f tokenizer_test fish key_reader set_color gen_hdr2 mimedb - rm -f fishd fish_pager count + rm -f fishd fish_pager count fish_tests rm -f fish-@PACKAGE_VERSION@.tar rm -f fish-@PACKAGE_VERSION@.tar.gz rm -f fish-@PACKAGE_VERSION@.tar.bz2