aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-02 11:26:54 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-02 11:26:54 +1000
commit5d828b5fcf41460cf6ec9104e86bfe87c4e825ab (patch)
tree44fbf5a1cbe0739506fc9706793f20fd163ee91d /Makefile.in
parentc2f6c6c1d2be2c67d55855cd2151c1f82382c172 (diff)
Remove correct files when using make distclean
darcs-hash:20060302012654-ac50b-e441be3287ca2a14d11fc8491a45407e72b6598a.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 3cb801c3..6005e2d7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -553,7 +553,7 @@ rpm: fish-@PACKAGE_VERSION@.tar.bz2
distclean: clean
rm -f fish.spec doc_src/fish.1 doc_src/Doxyfile
- rm -f etc/fish etc/fish_interactive.fish share/fish
+ rm -f etc/fish etc/fish_interactive.fish seq
rm -f config.status config.log config.h Makefile
.PHONY: distclean