aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 22:02:32 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-10 22:02:32 +0000
commite8da1cc73ce1d921867bacfea239ea14329ae88d (patch)
treecb88a6b6a1d8347941c94dce96cd4191ba867556 /utils/Makefile
parent450035f0f416c645bb8b467eaaf20cd359483280 (diff)
Merged revisions 114051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114051 | mmichelson | 2008-04-10 15:59:49 -0500 (Thu, 10 Apr 2008) | 3 lines Fix 1.4 build when LOW_MEMORY is enabled. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114052 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index ca5a26c00..9576cb5b0 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -80,7 +80,7 @@ clean:
md5.c: $(ASTTOPDIR)/main/md5.c
@cp $< $@
-
+astman.o: astman.i
astman: astman.o md5.o
astman: LIBS+=$(NEWT_LIB)