diff --git a/Makefile b/Makefile index 4f18567..7796883 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TOP ?= . include $(TOP)/config.mak VPATH = $(top_srcdir) -CPPFLAGS = -I$(TOP) # for config.h +CPPFLAGS += -I$(TOP) # for config.h ifeq (-$(findstring gcc,$(CC))-,-gcc-) ifeq (-$(findstring $(GCC_MAJOR),01)-,--)