aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-07 02:57:28 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-07 02:57:28 +0000
commit25daabb0795dc18463191837087114d8a1dd4985 (patch)
tree5d60b3f8f7a95c0cc743ba2c17cc490639c06c53 /Makefile
parent95aabdc2135c8a8bf801adaa1810c5a898d7ed2e (diff)
Make clean target too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3587 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f5945ca2..7abdf0de9 100755
--- a/Makefile
+++ b/Makefile
@@ -283,6 +283,7 @@ clean:
rm -f build.h
rm -f ast_expr.c
@if [ -e editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
+ @if [ -d mpg123-0.59r ]; then make -C mpg123-0.59r clean; fi
$(MAKE) -C db1-ast clean
$(MAKE) -C stdtime clean