From 993cdce1f0194433cfa5bfa1a88d38b52e8a9240 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 5 Feb 2012 20:43:10 -0600 Subject: again do not use WORKDIR prematurely due to windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3cab80612277..a701b507aad7 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 -- cgit