aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-10 18:52:09 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-10 18:52:09 +0000
commitb771b1c28b035913cbd46e3dafdc0cb988419c35 (patch)
treee136f45577997f48beaeedb6c125c4cd3b8510e9 /utils
parent005a08a463e87e6870b0a1614a39fe158f66885f (diff)
Fix 'make clean' bug in for app (Bug 4230)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5619 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 9ed7746cd..2b4496152 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