From: Martin Mares Date: Fri, 27 Dec 2002 20:00:14 +0000 (+0000) Subject: Removed another relic of using kernel includes. X-Git-Tag: v3.0.0~183 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a87d001b0aea861bf366edb9d05d2130b0f04b09;p=pciutils.git Removed another relic of using kernel includes. --- 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)