Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160421 | Differences between
and this patch

Collapse All | Expand All

(-)pciutils-2.2.4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
14
MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
15
INSTALL=install
15
INSTALL=install
16
DIRINSTALL=install -d
16
DIRINSTALL=install -d
17
PCILIB=lib/libpci.a
17
PCILIB=lib/libpci.a -lz
18
PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h
18
PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h
19
19
20
-include lib/config.mk
20
-include lib/config.mk

Return to bug 160421