aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-06 07:27:06 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-06 07:27:06 +1000
commit083fcd6491e8255bad976d4af5ec065d47ab6aac (patch)
tree533c7bb4a33eb46eac82b68383c0991714fff89c /Makefile.in
parent7e9e7d77d128520d22ccc7619dea97358fc4b4ef (diff)
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 93813973..82eed46a 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