X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=4b69e877d4e43e658c8225e28924b9270a69467f;hb=1d5cf727a564396ba51127140457ad9b6cedac7d;hp=ae17fb101e703e39c3cd51eabf636c9d1b551e2e;hpb=152967235012b72c4c99f2d9631d19a2afc0ef8c;p=pciutils.git diff --git a/Makefile b/Makefile index ae17fb1..4b69e87 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2005 Martin Mares +# (c) 1998--2006 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline -VERSION=2.2.0 -DATE=2005-09-21 +VERSION=2.2.2 +DATE=2006-05-05 PREFIX=/usr/local SBINDIR=$(PREFIX)/sbin @@ -18,7 +18,7 @@ PCILIB=lib/libpci.a PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h ifeq ($(shell uname),NetBSD) -PCILIB=libpciutils.a +PCILIB=lib/libpciutils.a LDFLAGS+=-lpci else ifeq ($(shell uname),AIX)