Don't forget to export CPPFLAGS to GCC. :)
This commit is contained in:
parent
a07e9d8235
commit
a70693ca9b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ all-dirs:=$(static-dirs) $(dynamic-dirs)
|
||||||
clean-dirs:=$(all-dirs) proto sysdep
|
clean-dirs:=$(all-dirs) proto sysdep
|
||||||
dir-objs:=$(addprefix $(objdir)/,$(all-dirs))
|
dir-objs:=$(addprefix $(objdir)/,$(all-dirs))
|
||||||
|
|
||||||
CPPFLAGS=-I$(root-rel) -I$(srcdir)
|
CPPFLAGS=-I$(root-rel) -I$(srcdir) @CPPFLAGS@
|
||||||
CFLAGS=$(CPPFLAGS) @CFLAGS@
|
CFLAGS=$(CPPFLAGS) @CFLAGS@
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
LIBS=@LIBS@
|
LIBS=@LIBS@
|
||||||
|
|
Loading…
Reference in a new issue