aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 14:14:09 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 14:14:09 +0000
commita406b4221054e5d6badcd6527b951072300d38c4 (patch)
tree9b5ebe448d2be4d18d68ea55dd347366b2bbb101 /utils
parentd9cd752b9925a0a2496a756897de409a5af142e6 (diff)
Remove an unneeded target from the Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@125799 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-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)