don't remove .version during 'make clean', it's not the temporary file it used to be

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-08-31 18:48:21 +00:00
parent ac0eaaf1f2
commit 81fd292e40

View File

@@ -460,7 +460,6 @@ clean:
rm -f defaults.h rm -f defaults.h
rm -f include/asterisk/build.h rm -f include/asterisk/build.h
rm -f include/asterisk/version.h rm -f include/asterisk/version.h
rm -f .version
rm -f .tags-depend .tags-sources tags TAGS rm -f .tags-depend .tags-sources tags TAGS
@if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi @if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
@if [ -d mpg123-0.59r ]; then $(MAKE) -C mpg123-0.59r clean; fi @if [ -d mpg123-0.59r ]; then $(MAKE) -C mpg123-0.59r clean; fi