summaryrefslogtreecommitdiff
path: root/tail_build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tail_build/Makefile')
-rw-r--r--tail_build/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tail_build/Makefile b/tail_build/Makefile
index 98a90a1e115d..4ee91d83dfa2 100644
--- a/tail_build/Makefile
+++ b/tail_build/Makefile
@@ -28,13 +28,12 @@
gb_PARTIALBUILD := T
ifeq ($(strip $(SOLARENV)),)
-include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
-else
+include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../config_host.mk
+endif
gb_SourceEnvAndRecurse_STAGE=gbuild
include $(SOLARENV)/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk))
-endif
# vim: set noet sw=4 ts=4: