diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/Makefile b/sfx2/Makefile index d3daec86907e..f9ac01ef0747 100644 --- a/sfx2/Makefile +++ b/sfx2/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 |