Fix 'style assignments are not portable' build message.

pull/1/head
Darrell Anderson 10 years ago
parent 90a5ff374c
commit 150ca0beb4

@ -8,7 +8,7 @@ AM_CXXFLAGS = -g
# Disable optimization to ensure that variables are not hidden by the
# compiler
CXXFLAGS:=$(patsubst -O%,,$(CXXFLAGS))
CXXFLAGS = $(patsubst -O%,,$(CXXFLAGS))
if BUILDTESTPROGS
PROGS = \

Loading…
Cancel
Save