aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 14:14:46 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 14:14:46 +0000
commite1dcc6e4e84dd2016e22abe9f784d4e42dd67552 (patch)
tree5dd173c29a81101508b06b06cc052fef3cb5e3c8 /utils
parent1c32aeefdfefc7f9966737ae7552ffbdeaa7c98f (diff)
Merged revisions 125799 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r125799 | mmichelson | 2008-06-27 09:14:09 -0500 (Fri, 27 Jun 2008) | 3 lines Remove an unneeded target from the Makefile ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125800 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 99db911e0..fe4a2dbfe 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)