summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-06-27 14:14:09 +0000
committerMark Michelson <mmichelson@digium.com>2008-06-27 14:14:09 +0000
commit556664b79d1929c5221431d1887a83f2f4eaabe7 (patch)
tree9b5ebe448d2be4d18d68ea55dd347366b2bbb101 /utils/Makefile
parentfab7c335fb331bd4ae4896ea470de208dfc63cf9 (diff)
Remove an unneeded target from the Makefile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index d84907710..ee8572a29 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -80,7 +80,6 @@ clean:
md5.c: $(ASTTOPDIR)/main/md5.c
@cp $< $@
-astman.o: astman.i
astman: astman.o md5.o
astman: LIBS+=$(NEWT_LIB)