From 7fd072414580125559f20b09951f7ea8c7b3946e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Feb 2012 12:32:51 +0200 Subject: Set cxx_standard as pattern-specific variable for $(out_root) --- build/cxx/standard.make | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1