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 --- Makefile.fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.fetch') diff --git a/Makefile.fetch b/Makefile.fetch index 0cc0e32b29da..4b3789763827 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -70,7 +70,7 @@ endef download: $(WORKDIR)/download -$(WORKDIR)/download: $(SRCDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch +$(WORKDIR)/download: $(BUILD_DIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch @mkdir -p $(TARFILE_LOCATION)/tmp @date >> $(fetch_LOGFILE) $(foreach item, \ -- cgit v1.2.3