From aec8cda0c885c380d56cd268671374b756a01950 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 27 Jun 2008 14:14:46 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@125800 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index 99db911e0f..fe4a2dbfef 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)