aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-10 07:51:01 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-10 07:51:01 +1000
commit18279c3867f971666e953e2cecc41b1a61d2107c (patch)
tree7e030e07c02cd3ddda13ce68a0a7e3f021d72a1b /Makefile.in
parentd1c9bca2e9f0eaac2fb8e00e5ed07e8e2906bb02 (diff)
make sure fish_tests is deleted on make clean
darcs-hash:20060209215101-ac50b-48d6e4ffa276e55e0ab896040a7070294061a4ce.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 c57da135..d81f0c12 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -507,7 +507,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 fish_tests
+ rm -f fishd fish_pager count
rm -f fish-@PACKAGE_VERSION@.tar
rm -f fish-@PACKAGE_VERSION@.tar.gz
rm -f fish-@PACKAGE_VERSION@.tar.bz2