From a8442c9b22767096823aa7a169bc1496a8dd2c42 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 29 Sep 2006 22:48:43 +0000 Subject: Merged revisions 44055 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44055 | kpfleming | 2006-09-29 17:47:40 -0500 (Fri, 29 Sep 2006) | 2 lines 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/trunk@44056 f38db490-d61c-443f-a65b-d21fe96a405b --- main/db1-ast/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main/db1-ast') diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile index 4fb92fc3c..59ad0e25e 100644 --- a/main/db1-ast/Makefile +++ b/main/db1-ast/Makefile @@ -36,7 +36,10 @@ include $(ASTTOPDIR)/Makefile.rules all: $(LIBDB) #$(LIBDBSO) $(PROG) -$(eval $(call ast_make_a_o,$(LIBDB),$(OBJS))) +$(LIBDB): $(OBJS) + $(ECHO_PREFIX) echo " [AR] $^ -> $@" + $(CMD_PREFIX) $(AR) cr $@ $^ + $(CMD_PREFIX) $(RANLIB) $@ $(LIBDBSO): $(SHOBJS) $(CC) -Wl,-O1 -Wl,--version-script=libdb.map -Wl,-soname=$(LIBDBSO) -shared -o $@ $^ -- cgit v1.2.3