From baa8d6158635e36d4daaa52ddec661cd1bb0912f Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 29 Sep 2006 22:47:40 +0000 Subject: fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44055 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/ilbc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'codecs/ilbc/Makefile') diff --git a/codecs/ilbc/Makefile b/codecs/ilbc/Makefile index 1060579ab..3c4668ba8 100644 --- a/codecs/ilbc/Makefile +++ b/codecs/ilbc/Makefile @@ -11,7 +11,10 @@ include $(ASTTOPDIR)/Makefile.rules all: $(LIB) -$(eval $(call ast_make_a_o,$(LIB),$(OBJS))) +$(LIB): $(OBJS) + $(ECHO_PREFIX) echo " [AR] $^ -> $@" + $(CMD_PREFIX) $(AR) cr $@ $^ + $(CMD_PREFIX) $(RANLIB) $@ clean: rm -f $(LIB) *.o -- cgit v1.2.3