[Libreoffice-commits] .: solenv/gbuild
David Tardon
dtardon at kemper.freedesktop.org
Mon Apr 4 23:56:46 PDT 2011
solenv/gbuild/gbuild.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b5c56bce52fdfc175fcb4850fe46e549e2a0ddae
Author: David Tardon <dtardon at redhat.com>
Date: Tue Apr 5 08:55:10 2011 +0200
fix typo
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index b10579f..ebbf690 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -127,7 +127,7 @@ gb__ENV_CFLAGS := $(ENVCFLAGS)
endif
endif
ifneq ($(strip $(CXXFLAGS)),)
-gb__ENV_CXXFLAGS := $(CFLAGS)
+gb__ENV_CXXFLAGS := $(CXXFLAGS)
else
# TODO remove after the old build system is abolished
ifneq ($(strip $(ENVCFLAGSCXX)),)
More information about the Libreoffice-commits
mailing list