git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@446 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-01-26 04:21:06 +00:00
parent abbb770064
commit 02c67ad8b8
2 changed files with 2 additions and 2 deletions

View File

@ -166,4 +166,4 @@ eclean: clean
rm -f *.tar *.tgz *.gz
megaclean: eclean modclean
rm -fr $(SQLITETAR) $(SQLITE) $(APR) $(APRTAR) $(SOX) $(SOXTAR) $(COMMONTAR)
rm -fr .depend `find . -name .complete`

View File

@ -1034,7 +1034,7 @@ eclean: clean
rm -f *.tar *.tgz *.gz
megaclean: eclean modclean
rm -fr $(SQLITETAR) $(SQLITE) $(APR) $(APRTAR) $(SOX) $(SOXTAR) $(COMMONTAR)
rm -fr .depend `find . -name .complete`
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: