diff -r 9f537eb08d46 Makefile --- a/Makefile Mon Aug 30 18:30:35 2010 +0200 +++ b/Makefile Tue Aug 31 22:33:55 2010 +0200 @@ -46,6 +46,8 @@ TYPESIZE = GCC32 +-include ${MAKEFILELOCAL} + FLAGS = -D$(TYPESIZE) -idirafter$(BOOST_INCLUDE) -D_FORTIFY_SOURCE=2 FLAGS += -Wall -Wno-uninitialized -Wsign-compare -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wformat=2 -Wredundant-decls @@ -74,8 +76,6 @@ FLAGS += -O0 endif --include ${MAKEFILELOCAL} - CXXFLAGS := $(FLAGS) $(CXXFLAGS) # Somewhat automatic detection of the correct boost include folder