diff options
author | Slávek Banko <[email protected]> | 2014-01-25 14:36:33 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-01-25 14:36:33 +0100 |
commit | 03fcb669a11274a3ed6a3b4407f523e6fd8d549e (patch) | |
tree | 63e3ea175cf7852280700c2158bd937af740bf9d | |
parent | 150ca0beb43a0b861820d8dfae20c7a59d6c9e0c (diff) | |
download | kdbg-03fcb669a11274a3ed6a3b4407f523e6fd8d549e.tar.gz kdbg-03fcb669a11274a3ed6a3b4407f523e6fd8d549e.zip |
Fix FTBFS
-rw-r--r-- | kdbg/testprogs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/testprogs/Makefile.am b/kdbg/testprogs/Makefile.am index ba751b2..a59a6ce 100644 --- a/kdbg/testprogs/Makefile.am +++ b/kdbg/testprogs/Makefile.am @@ -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 = \ |