From bd21a62089e1fbcd80ac7888ce2b712caf5cf0ca Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 5 Sep 2008 11:17:23 +0000 Subject: Tidy up CFLAGS/LDFLAGS svn path=/trunk/libparserutils/; revision=5249 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') 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 \ -- cgit v1.2.3