summaryrefslogtreecommitdiff
path: root/connectivity/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-27 14:34:12 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:34 +0200
commitd5f20d1040230385f7aa96f148d5d11eb565c965 (patch)
treed6190a66791b28cd8dabaaa56d50af9e31280860 /connectivity/Makefile
parent85778230cb006cd29d35f3f1eab0e4b84f43a848 (diff)
update Makefile
Diffstat (limited to 'connectivity/Makefile')
-rw-r--r--connectivity/Makefile2
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: