aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-20 07:08:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-20 07:08:31 +0000
commitfbe3ce4dc5737285cf519f39896f7f5121e4db72 (patch)
tree3cf95fff3dddf8c46dcb5315d840714fb95e1d14 /Makefile
parentb4c39b43b961597c08f1a2d8759d4f83ba9a3013 (diff)
Fix compile order (bug #1682)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3024 f38db490-d61c-443f-a65b-d21fe96a405b
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