summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2005-05-10 18:52:09 +0000
committerMatthew Fredrickson <creslin@digium.com>2005-05-10 18:52:09 +0000
commite70d3db697df1d370fa173d7015c6195db278663 (patch)
treee136f45577997f48beaeedb6c125c4cd3b8510e9 /utils/Makefile
parent5f54bf2230951c27d520b2def19cff330196d7d3 (diff)
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
Diffstat (limited to 'utils/Makefile')
-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