changeset 17786:34d9812a943b

build: Fix OCTAVE_CPPFLAGS typo * src/Makefile.am (octave_CPPFLAGS): Fix OCTAVE_CPPFLAGS typo.
author Mike Miller <mtmiller@ieee.org>
date Mon, 28 Oct 2013 21:04:48 -0400
parents 2a9114104271
children 175b392e91fe
files src/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Mon Oct 28 23:34:30 2013 +0100
+++ b/src/Makefile.am	Mon Oct 28 21:04:48 2013 -0400
@@ -75,7 +75,7 @@
 
 octave_CPPFLAGS = \
   $(AM_CPPFLAGS) \
-  $(OCTAVE_CPPFLGAS)
+  $(OCTAVE_CPPFLAGS)
 
 octave_cli_SOURCES = main-cli.cc