diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 20:43:10 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 20:43:10 -0600 |
commit | 993cdce1f0194433cfa5bfa1a88d38b52e8a9240 (patch) | |
tree | 742001d6bc8960457fc2ba1f8991b076b0a62f5e /Makefile | |
parent | 4a08ed74f4da656f94eae1cc293073faaa937a89 (diff) |
again do not use WORKDIR prematurely due to windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |