projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f54bf2
)
Fix 'make clean' bug in for app (Bug 4230)
author
Matthew Fredrickson
<creslin@digium.com>
Tue, 10 May 2005 18:52:09 +0000
(18:52 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Tue, 10 May 2005 18:52:09 +0000
(18:52 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5619
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils/Makefile
patch
|
blob
|
history
diff --git
a/utils/Makefile
b/utils/Makefile
index
9ed7746
..
2b44961
100755
(executable)
--- 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