don't delete .svn on distclean

SVN-Revision: 3898
owl
Felix Fietkau 2006-06-02 16:30:25 +00:00
parent 0cde379fb9
commit a9911c5adc
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ dirclean: clean FORCE
rm -rf staging_dir_* toolchain_build_*
distclean: dirclean FORCE
rm -rf .* dl
rm -rf dl .*config* .pkg*
.PHONY: FORCE
FORCE: