X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=fd4110998859d9ad0184c688a6fa7e67fa5e558f;hb=087e22e7bfdfc3eb0664ac9cca571c3858d838c9;hp=de74abef8fc8f79e148a3fd622801c8073aec705;hpb=9c221ab108b092f6e332146aa8522c01c4d33d2b;p=pciutils.git diff --git a/Makefile b/Makefile index de74abe..fd41109 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 -fomit-frame-pointer CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline -VERSION=2.1.99-test5 -DATE=2004-05-29 +VERSION=2.1.99-test7 +DATE=2004-07-05 PREFIX=/usr/local SBINDIR=$(PREFIX)/sbin @@ -14,7 +14,7 @@ MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; INSTALL=install DIRINSTALL=install -d PCILIB=lib/libpci.a -PCIINC=lib/config.h lib/header.h lib/pci.h +PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h ifeq ($(shell uname),NetBSD) PCILIB=libpciutils.a