From: Mike Frysinger Date: Sun, 16 Dec 2012 22:09:16 +0000 (-0500) Subject: lib: include the Config file too X-Git-Tag: v3.8.0~3^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691c8a65677e8371da2c18c97ec5e7501dec8d18;p=thirdparty%2Fiproute2.git 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 --- diff --git a/lib/Makefile b/lib/Makefile index bfbe67251..a42b88599 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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