Fix compile order (bug #1682)
authorMark Spencer <markster@digium.com>
Thu, 20 May 2004 07:08:31 +0000 (07:08 +0000)
committerMark Spencer <markster@digium.com>
Thu, 20 May 2004 07:08:31 +0000 (07:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3024 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 1baec58..2e0898b 100755 (executable)
--- 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