[Libreoffice-commits] .: solenv/gbuild
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Feb 5 18:35:33 PST 2012
solenv/gbuild/extensions/post_BuildplTargets.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4a08ed74f4da656f94eae1cc293073faaa937a89
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Feb 5 20:35:07 2012 -0600
we can't use WORKDIR directly, on windows this is windows path
diff --git a/solenv/gbuild/extensions/post_BuildplTargets.mk b/solenv/gbuild/extensions/post_BuildplTargets.mk
index 332e0d4..1ba2ffb 100644
--- a/solenv/gbuild/extensions/post_BuildplTargets.mk
+++ b/solenv/gbuild/extensions/post_BuildplTargets.mk
@@ -27,7 +27,7 @@
.PHONY: cross-build-toolset dev-install build findunusedcode
-$(WORKDIR)/bootstrap:
+$(SRCDIR)/workdir/$(INPATH)/bootstrap:
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@
More information about the Libreoffice-commits
mailing list