aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-13 21:45:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-13 21:45:03 +0000
commit6e1a5b03df5c5e7a7143e46811f3054b187996dd (patch)
treebae06661dc1c7037898a792bd830b899c64cd165 /utils
parentd191b8e09d5539fb464f457f061e12a817c4f3f3 (diff)
Fix minor makefile issues (bug #3036)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4444 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rwxr-xr-xutils/Makefile2
1 files changed, 1 insertions, 1 deletions
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