diff options
Diffstat (limited to 'cpp/config/Make.rules')
-rw-r--r-- | cpp/config/Make.rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 64f2d5d577c..012d0980f77 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -97,7 +97,7 @@ cpp11_projects = test/Common \ test/IceGrid/% \ test/IceBridge/simple -cpp11_excludes = test/Ice/gc +cpp11_excludes = test/Ice/gc # # If building on a Linux multilib platform, we restrict what we build for @@ -124,7 +124,6 @@ cpp11_ldflags = $(cpp11_cppflags) cpp11_targetname = $(if $(or $(filter-out $($1_target),program), $(if $(filter icebox,$1), $(filter $(bindir)%,$($4_targetdir)),)),++11) cpp11_targetdir = $(if $(filter %/build,$5),cpp11) - # # $(call make-cpp-src-project,$1=project) # |