summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-13 21:45:03 +0000
committerMark Spencer <markster@digium.com>2004-12-13 21:45:03 +0000
commit7a5dfd65ba6de467503cb0a4db76bc85ae9ce2d8 (patch)
treebae06661dc1c7037898a792bd830b899c64cd165
parentac4b71a0babd08dd4be3d7edce51c4490514ab4d (diff)
Fix minor makefile issues (bug #3036)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xcodecs/gsm/Makefile2
-rwxr-xr-xutils/Makefile2
2 files changed, 2 insertions, 2 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.
diff --git a/utils/Makefile b/utils/Makefile
index ef262b19e..52922cfeb 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -24,7 +24,7 @@ none:
@echo Not building the Asterisk Manager "astman"
clean:
- rm -f *.o astman .depend
+ rm -f *.o astman smsq .depend
astman: astman.o ../md5.o
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt