diff options
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sccomp/Makefile b/sccomp/Makefile index 798b507deb12..f9ac01ef0747 100644 --- a/sccomp/Makefile +++ b/sccomp/Makefile @@ -2,8 +2,8 @@ #************************************************************************* # # 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 |