mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
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:
1
Makefile
1
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user