[Libreoffice-commits] .: Makefile

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Feb 5 18:43:23 PST 2012


 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 993cdce1f0194433cfa5bfa1a88d38b52e8a9240
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Feb 5 20:43:10 2012 -0600

    again do not use WORKDIR prematurely due to windows

diff --git a/Makefile b/Makefile
index 3cab806..a701b50 100644
--- a/Makefile
+++ b/Makefile
@@ -353,7 +353,7 @@ config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in auto
 # Bootstap
 #
 
-bootstrap: $(WORKDIR)/bootstrap
+bootstrap: $(SRCDIR)/workdir/$(INPATH)/bootstrap
 
 #
 # Fetch


More information about the Libreoffice-commits mailing list