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