diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 13:24:14 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 13:24:14 +0200 |
commit | 75068ecaa17c9724feb06f9b8ee12ac29012beda (patch) | |
tree | 63ca4dfc3d33f814c4ad27718c0756762b54e2d7 /tools/StaticLibrary_toolshelpers.mk | |
parent | 941020379b1ea1ec7c564c21e68ea1674cda7683 (diff) |
gnumake4: fix buildbreakers from merge
Diffstat (limited to 'tools/StaticLibrary_toolshelpers.mk')
-rw-r--r-- | tools/StaticLibrary_toolshelpers.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/StaticLibrary_toolshelpers.mk b/tools/StaticLibrary_toolshelpers.mk index a63ac47a7eac..f8e306aab99d 100644 --- a/tools/StaticLibrary_toolshelpers.mk +++ b/tools/StaticLibrary_toolshelpers.mk @@ -34,8 +34,7 @@ $(eval $(call gb_StaticLibrary_set_include,toolshelpers,\ -I$(realpath $(SRCDIR)/tools/bootstrp) \ )) -$(eval $(call gb_StaticLibrary_set_cxxflags,toolshelpers,\ - $$(CXXFLAGS) \ +$(eval $(call gb_StaticLibrary_add_cxxflags,toolshelpers,\ -D_TOOLS_STRINGLIST \ )) |