From dcd07006d3c73f55f602a2ecff09cdf4bc1b33f6 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Mon, 30 Apr 2012 22:05:30 +0000 Subject: [PATCH] config/make.tmpl(%build_module): generate includes for the used libs before linking static link lib git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44725 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- config/make.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/make.tmpl b/config/make.tmpl index 3b1c865227..4008ba410e 100644 --- a/config/make.tmpl +++ b/config/make.tmpl @@ -1411,7 +1411,7 @@ GLOB_MKDIRS += %(objdir) $(BD_MODDIR) $(KOBJSDIR) #MM %(mmake)-kobj-quick : %(mmake)-includes-quick #MM %(mmake)-pkg : %(mmake)-includes core-linklibs linklibs-%(uselibs) #MM %(mmake)-pkg-quick : %(mmake)-includes-quick -#MM %(mmake)-linklib : %(mmake)-includes +#MM %(mmake)-linklib : %(mmake)-includes includes-%(uselibs) #MM %(mmake)-quick : %(mmake)-includes-quick #MM %(mmake)-includes : %(mmake)-makefile %(mmake)-includes-dirs \ #MM includes-generate-deps %(mmake)-fd -- 2.11.4.GIT