From a87d001b0aea861bf366edb9d05d2130b0f04b09 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 27 Dec 2002 20:00:14 +0000 Subject: [PATCH] Removed another relic of using kernel includes. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6246266..0d40c43 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 2002/12/27 19:59:26 mj Exp $ +# $Id: Makefile,v 1.46 2002/12/27 20:00:14 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1998--2002 Martin Mares @@ -106,7 +106,6 @@ dist: clean pci.ids mkdir $(DISTTMP) cp -a . $(DISTTMP)/$(REL) rm -rf `find $(DISTTMP)/$(REL) -name CVS -o -name tmp -o -name maint` - [ -f $(DISTTMP)/$(REL)/lib/header.h ] || cp /usr/src/linux/include/linux/pci.h dist/$(REL)/lib/header.h cd $(DISTTMP) ; tar czvvf /tmp/$(REL).tar.gz $(REL) rm -rf $(DISTTMP) -- 2.39.2