From e70d3db697df1d370fa173d7015c6195db278663 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Tue, 10 May 2005 18:52:09 +0000 Subject: [PATCH] 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 --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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