From 538a2423ae5a3af5ec26bb0b943df5b19c35dc9f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 17 Feb 2008 23:23:38 +0100 Subject: [PATCH] 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.) --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2