]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Fixed parallel builds
[pciutils.git] / ChangeLog
index 22ecb22299014f0942aee87d113577d300ea05a5..0fff412462207ee231232486efb2d3c0a39957cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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>.