aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-02-27 12:32:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-02-27 12:32:51 +0200
commit7fd072414580125559f20b09951f7ea8c7b3946e (patch)
tree3ef2f7fe3f4f24e859790750db58c21d5aab24e8
parent90b0c577bc2f368b62e05211062af72d15f0d5c4 (diff)
Set cxx_standard as pattern-specific variable for $(out_root)
-rw-r--r--build/cxx/standard.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/cxx/standard.make b/build/cxx/standard.make
index fcc33e4..64343d2 100644
--- a/build/cxx/standard.make
+++ b/build/cxx/standard.make
@@ -31,4 +31,5 @@ ifdef cxx_id
else
$(error unknown C++ compiler $(cxx_id))
endif
+ $(out_root)/%: cxx_standard := $(cxx_standard)
endif