X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=4b69e877d4e43e658c8225e28924b9270a69467f;hb=1d5cf727a564396ba51127140457ad9b6cedac7d;hp=94a5d4abce3b7514e3ddc91ba9225ce827765dc1;hpb=e4af70c6d63b6fd68f90f18e55ace1688bc2668e;p=pciutils.git diff --git a/Makefile b/Makefile index 94a5d4a..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.1 -DATE=2005-11-26 +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)