From: Martin Mares Date: Sun, 17 Feb 2008 22:23:38 +0000 (+0100) Subject: Including config.mk twice is not necessary. X-Git-Tag: v3.0.0~1^2~14 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=538a2423ae5a3af5ec26bb0b943df5b19c35dc9f;p=pciutils.git Including config.mk twice is not necessary. (We do not expect lib/Makefile to be invoked separately anyway, so we can rely on the top-level Makefile exporting all configuration settings.) --- diff --git a/lib/Makefile b/lib/Makefile index 1a729da..83f413e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ # Makefile for The PCI Library # (c) 1999--2008 Martin Mares -include config.mk +# Expects to be invoked from the top-level Makefile and uses lots of its variables. OBJS=init access generic dump names filter names-hash names-parse names-net names-cache params INCL=internal.h pci.h config.h header.h sysdep.h types.h