lib: include the Config file too
The lib makefile doesn't include Config which means it misses setting up toolchain vars that it includes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
601f60e552
commit
691c8a6567
|
|
@ -1,3 +1,5 @@
|
|||
include ../Config
|
||||
|
||||
CFLAGS += -fPIC
|
||||
|
||||
UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue