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 --- src/charset/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charset') diff --git a/src/charset/Makefile b/src/charset/Makefile index fc34d7c..1312d19 100644 --- a/src/charset/Makefile +++ b/src/charset/Makefile @@ -32,7 +32,7 @@ dirstack_$(sp) := $(d) d := $(DIR) # Manipulate include paths -override CFLAGS := $(CFLAGS) -I$(d) +CFLAGS := $(CFLAGS) -I$(d) # Sources SRCS_$(d) := aliases.c charset.c codec.c -- cgit v1.2.3