]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Fixed parallel builds
[pciutils.git] / ChangeLog
index 8ef4414acaf08d30ce45489551246556dace91fc..0fff412462207ee231232486efb2d3c0a39957cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2003-12-26  Martin Mares  <mj@ucw.cz>
 
+       * Makefile: Added missing dependencies. Parallel builds work now.
+       Problem reported by Andreas Haumer <andreas@xss.co.at>, but I chose
+       a different fix.
+
+       * Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
+       command every time $(MANDIR) is referenced.
+
+       * lspci.c (main): The error message for `lspci -s' incorrectly mentioned
+       a `-f' switch. Reported by Steve Finney <Steve.Finney@SpirentCom.COM>.
+
        * lib/generic.c: Removed memory leak in pci_generic_bus_scan().
        Reported by Gary Parnes <gary_parnes@terago.com>.