[sr-dev] git:master: makefile: fix group_include
Andrei Pelinescu-Onciul
andrei at iptel.org
Thu Jul 9 21:57:54 CEST 2009
Module: sip-router
Branch: master
Commit: 2af7504fe4be356b59a53f7cb65311f433d107f3
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2af7504fe4be356b59a53f7cb65311f433d107f3
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date: Thu Jul 9 21:47:26 2009 +0200
makefile: fix group_include
fix recently introduced group_include bug
---
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1dcdb85..581a907 100644
--- a/Makefile
+++ b/Makefile
@@ -222,8 +222,8 @@ override exclude_modules+= CVS $(skip_modules)
# Test for the groups and add to include_modules
ifneq (,$(group_include))
-override include_modules+=$(foreach grp, $(group_include), \
- $(module_group_$(grp)) )
+$(eval override include_modules+= $(foreach grp, $(group_include), \
+ $(module_group_$(grp)) ))
endif
# first 2 lines are excluded because of the experimental or incomplete
More information about the sr-dev
mailing list