mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Don't forget to export CPPFLAGS to GCC. :)
This commit is contained in:
parent
a07e9d8235
commit
a70693ca9b
@ -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 New Issue
Block a user