diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-27 14:34:12 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:24:34 +0200 |
commit | d5f20d1040230385f7aa96f148d5d11eb565c965 (patch) | |
tree | d6190a66791b28cd8dabaaa56d50af9e31280860 | |
parent | 85778230cb006cd29d35f3f1eab0e4b84f43a848 (diff) |
update Makefile
-rw-r--r-- | connectivity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/Makefile b/connectivity/Makefile index 076fe8de633a..51104dc1c0d6 100644 --- a/connectivity/Makefile +++ b/connectivity/Makefile @@ -31,10 +31,10 @@ ifeq ($(strip $(SOLARENV)),) include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk else +gb_SourceEnvAndRecurse_STAGE=gbuild include $(SOLARENV)/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) endif - # vim: set noet sw=4 ts=4: |