Fix minor makefile issues (bug #3036)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-12-13 21:45:03 +00:00
parent ac4b71a0ba
commit 7a5dfd65ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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