From ae4e327739112ba326a2945fc0d5550739f3083d Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 11 Dec 2012 07:49:24 -0600 Subject: Prepare for read-only source build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch allows to do mkdir cd /autogen.sh make Only the remaining dmake modules are poluting the ... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- scp2/CustomTarget_langmacros.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scp2/CustomTarget_langmacros.mk') diff --git a/scp2/CustomTarget_langmacros.mk b/scp2/CustomTarget_langmacros.mk index 19c680fcac02..1d3509cf92c1 100644 --- a/scp2/CustomTarget_langmacros.mk +++ b/scp2/CustomTarget_langmacros.mk @@ -31,10 +31,10 @@ $(call gb_CustomTarget_get_target,scp2/macros) : $(call gb_CustomTarget_get_work $(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc :| $(call gb_CustomTarget_get_workdir,scp2/macros)/.dir -$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(SRCDIR)/config_host.mk.stamp +$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILD_DIR)/config_host.mk.stamp $(call gb_Helper_abbreviate_dirs,\ export COMPLETELANGISO_VAR='$(gb_ScpTemplateTarget_LANGS)' && \ - $(PERL) $< -verbose -o $@ -c $(SRCDIR)/config_host.mk.stamp \ + $(PERL) $< -verbose -o $@ -c $(BUILD_DIR)/config_host.mk.stamp \ ) # vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit