mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +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
|
||||
dir-objs:=$(addprefix $(objdir)/,$(all-dirs))
|
||||
|
||||
CPPFLAGS=-I$(root-rel) -I$(srcdir)
|
||||
CPPFLAGS=-I$(root-rel) -I$(srcdir) @CPPFLAGS@
|
||||
CFLAGS=$(CPPFLAGS) @CFLAGS@
|
||||
LDFLAGS=
|
||||
LIBS=@LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user