]> git.ipfire.org Git - thirdparty/pciutils.git/commit
install: split out pcilib install to a dedicated target
authorKevin Pyle <gentoo@spamgourmet.com>
Tue, 31 Jan 2012 15:50:43 +0000 (10:50 -0500)
committerMartin Mares <mj@ucw.cz>
Mon, 1 Apr 2013 19:54:04 +0000 (21:54 +0200)
commitba92e1549c33ae6416c9c1459fbf4dd7cc4a4b56
treecea99573a70fa2053b31ddb38103b454af95a722
parent657bd95db1ed0fa31455cfeb01685f4c0552933b
install: split out pcilib install to a dedicated target

The "install" target manages one set of files, and the "install-pcilib"
target manages a different set.  They both install the pci library though
so if you try to run `make -j install install-pcilib`, things randomly
fail.  So split out the commonly installed files into a dedicated target.
Makefile