diff options
Diffstat (limited to 'wizards/Makefile')
-rw-r--r-- | wizards/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/Makefile b/wizards/Makefile index d3daec86907e..f9ac01ef0747 100644 --- a/wizards/Makefile +++ b/wizards/Makefile @@ -27,7 +27,7 @@ #************************************************************************* ifeq ($(strip $(SOLARENV)),) -include ../solenv/gbuild/source_and_rerun.mk +include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk else gb_PARTIALBUILD := T |