From 0882f61a8e1a9e60c8b2712cb60ee7bf2d88a1d1 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 20 May 2004 07:08:31 +0000 Subject: [PATCH] Fix compile order (bug #1682) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3024 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1baec58c4c..2e0898b4c3 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