diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS))) | |||
73 | #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") | 73 | #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") |
74 | 74 | ||
75 | WARNINGS=-Wall -Wstrict-prototypes -Wshadow | 75 | WARNINGS=-Wall -Wstrict-prototypes -Wshadow |
76 | CFLAGS+=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir) | 76 | CFLAGS:=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir) |
77 | 77 | ||
78 | ARFLAGS=cru | 78 | ARFLAGS=cru |
79 | 79 | ||