Remove correct files when using make distclean

darcs-hash:20060302012654-ac50b-e441be3287ca2a14d11fc8491a45407e72b6598a.gz
This commit is contained in:
axel 2006-03-02 11:26:54 +10:00
parent c2f6c6c1d2
commit 5d828b5fcf

View file

@ -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