diff options
Diffstat (limited to 'sccomp/Makefile')
-rw-r--r-- | sccomp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sccomp/Makefile b/sccomp/Makefile index 7b3dec8b4c28..7bbbe6c703e6 100644 --- a/sccomp/Makefile +++ b/sccomp/Makefile @@ -31,6 +31,7 @@ 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))) |