From: Matthew Fredrickson Date: Tue, 10 May 2005 18:52:09 +0000 (+0000) Subject: Fix 'make clean' bug in for app (Bug 4230) X-Git-Tag: 1.2.0-beta1~704 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e70d3db697df1d370fa173d7015c6195db278663;p=thirdparty%2Fasterisk.git Fix 'make clean' bug in for app (Bug 4230) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5619 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index 9ed7746cd9..2b4496152d 100755 --- a/utils/Makefile +++ b/utils/Makefile @@ -26,7 +26,7 @@ install: done clean: - rm -f *.o astman smsq stereoize .depend + rm -f *.o astman smsq stereorize .depend astman: astman.o ../md5.o $(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt