From 7a5dfd65ba6de467503cb0a4db76bc85ae9ce2d8 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 13 Dec 2004 21:45:03 +0000 Subject: Fix minor makefile issues (bug #3036) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4444 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3