summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-21 10:22:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-21 10:22:14 +0000
commit6fd747bf0e1f8374d52e26e823d2186275d5e8fb (patch)
tree0852a0b46c33f8eb13012d4a03d8eff72a47dd34 /lingucomponent
parent2d9aac80a17b61f8339b80a4bc1555940255a8ff (diff)
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
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lingucomponent/Makefile b/lingucomponent/Makefile
index 44c7d7cd59d4..7bbbe6c703e6 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)))