summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-05 11:17:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-05 11:17:23 +0000
commitbd21a62089e1fbcd80ac7888ce2b712caf5cf0ca (patch)
tree4c941f8399fe911369d02bfa0583c5ba316d3d43 /test/Makefile
parentb76b22c776a214a305a031a20eaf514cb84fe34c (diff)
downloadlibparserutils-bd21a62089e1fbcd80ac7888ce2b712caf5cf0ca.tar.gz
libparserutils-bd21a62089e1fbcd80ac7888ce2b712caf5cf0ca.tar.bz2
Tidy up CFLAGS/LDFLAGS
svn path=/trunk/libparserutils/; revision=5249
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index a8177be..73b7659 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -32,7 +32,7 @@ dirstack_$(sp) := $(d)
d := $(DIR)
# Extend toolchain settings
-override CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d)
+CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d)
# Tests
TESTS_$(d) := aliases cscodec-8859 cscodec-ext8 cscodec-utf8 cscodec-utf16 \