mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Remove correct files when using make distclean
darcs-hash:20060302012654-ac50b-e441be3287ca2a14d11fc8491a45407e72b6598a.gz
This commit is contained in:
parent
c2f6c6c1d2
commit
5d828b5fcf
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ rpm: fish-@PACKAGE_VERSION@.tar.bz2
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f fish.spec doc_src/fish.1 doc_src/Doxyfile
|
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
|
rm -f config.status config.log config.h Makefile
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue