aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.gmake
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-20 15:36:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-20 15:36:55 +0200
commitc9c366bc5f77a806384ebf678fe4335c1422884c (patch)
treebf99bfe03b030685ca6b4a9963138b9e980229ad /bootstrap.gmake
parent487e4c77e4131fd5f559fc793c8caaf1dcbc4917 (diff)
Adjust bootstrap not to need pre-generated version.hxx
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r--bootstrap.gmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake
index 650607e..0b2c43f 100644
--- a/bootstrap.gmake
+++ b/bootstrap.gmake
@@ -145,7 +145,7 @@ $(out_root)/build2/b-boot: $(build2_obj) $(libbutl_obj)
$(CXX) -std=c++1y $(CXXFLAGS) $(LDFLAGS) -o $@ $^ -lpthread $(LIBS)
$(out_root)/build2/%.b.o: $(src_root)/build2/%.cxx | $$(dir $$@).
- $(CXX) -I$(libbutl) -I$(src_root) -DBUILD2_HOST_TRIPLET=\"$(chost)\" $(CPPFLAGS) -std=c++1y $(CXXFLAGS) -o $@ -c $<
+ $(CXX) -I$(libbutl) -I$(src_root) -DBUILD2_BOOTSTRAP -DBUILD2_HOST_TRIPLET=\"$(chost)\" $(CPPFLAGS) -std=c++1y $(CXXFLAGS) -o $@ -c $<
$(libbutl_out)/%.b.o: $(libbutl)/libbutl/%.cxx | $$(dir $$@).
$(CXX) -I$(libbutl) $(CPPFLAGS) -std=c++1y $(CXXFLAGS) -o $@ -c $<