diff options
Diffstat (limited to 'regexp/Makefile')
-rw-r--r-- | regexp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regexp/Makefile b/regexp/Makefile index 778d12f600b7..f9ac01ef0747 100644 --- a/regexp/Makefile +++ b/regexp/Makefile @@ -3,7 +3,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2000, 2011 Oracle and/or its affiliates. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # @@ -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 |