summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-20 07:08:31 +0000
committerMark Spencer <markster@digium.com>2004-05-20 07:08:31 +0000
commit0882f61a8e1a9e60c8b2712cb60ee7bf2d88a1d1 (patch)
tree3cf95fff3dddf8c46dcb5315d840714fb95e1d14 /Makefile
parenteff9477388a8e7ecc0f66cbe226635906eb0e6e9 (diff)
Fix compile order (bug #1682)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1baec58c4..2e0898b4c 100755
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,7 @@ stdtime/libtime.a: FORCE
fi
asterisk: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a $(OBJS)
- $(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a
+ $(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a $(LIBS)
muted: muted.o
$(CC) -o muted muted.o