aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-20 00:24:21 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-20 00:24:21 +0000
commit014db81b8889be5442f56c4361bad5f28b345d16 (patch)
tree681d51053965fce7b6a3010622a42c86dd6a2025
parent83c620a9a19629d3b97fcf41c490b3a7052d6e53 (diff)
remove codecs/gsm/lib with make clean (bug #3031)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4496 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xcodecs/gsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile
index a21bd7e52..86f25f11a 100755
--- a/codecs/gsm/Makefile
+++ b/codecs/gsm/Makefile
@@ -489,7 +489,7 @@ clean: semi-clean
-rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
$(TOAST) $(TCAT) $(UNTOAST) \
$(ROOT)/gsm-1.0.tar.Z
-
+ rm -rf lib
# Two tools that helped me generate gsm_encode.c and gsm_decode.c,
# but aren't generally needed to port this.