lingucomponent/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 6fd747bf0e1f8374d52e26e823d2186275d5e8fb Author: Caolán McNamara <[email protected]> Date: Wed Dec 21 10:22:14 2011 +0000 make this Makefile the same as all the others so that make inside an source ./Env.Host.sh environment works the same as make outside that env diff --git a/lingucomponent/Makefile b/lingucomponent/Makefile index 44c7d7c..7bbbe6c 100644 --- a/lingucomponent/Makefile +++ b/lingucomponent/Makefile @@ -2,7 +2,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite @@ -31,6 +31,7 @@ ifeq ($(strip $(SOLARENV)),) include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk else +gb_SourceEnvAndRecurse_STAGE=gbuild include $(SOLARENV)/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
