diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-06 03:58:55 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-06 03:58:55 -0600 |
commit | 96ae2271ebc8fafd5a2454705c128725070ca7c3 (patch) | |
tree | 19fab6666b2befdc8c0b1c7394a861e932ae7839 /cross_toolset | |
parent | b61ddcbad769ee18f78ff4003d1cd6047e0a12fc (diff) |
fix mingw build, still bootstrap issues.
Diffstat (limited to 'cross_toolset')
-rw-r--r-- | cross_toolset/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cross_toolset/Makefile b/cross_toolset/Makefile index 5b80d7bc4601..24484930846f 100644 --- a/cross_toolset/Makefile +++ b/cross_toolset/Makefile @@ -6,15 +6,6 @@ SHELL=/usr/bin/env bash include ../config_build.mk -# -# Bootstap -# -$(WORKDIR)/bootstrap: - @cd $(SRC_ROOT) && ./bootstrap - @mkdir -p $(dir $@) && touch $@ - -bootstrap: $(WORKDIR)/bootstrap - .PHONY : build build: |