]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2006-02-10 John (J5) Palmieri <johnp@redhat.com>
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 10 Feb 2006 21:47:10 +0000 (21:47 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 10 Feb 2006 21:47:10 +0000 (21:47 +0000)
* mono/doc/Makefile.am: Fix parallel make problem with mono-doc
(Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>

ChangeLog
mono/doc/Makefile.am

index 2beb2ad954249af714dff213c1d794a54a4d87ec..a5c85d655f0086aab973cdff9346103e0519792c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
+
+       * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
+       (Bug #4213) Patch from Doug Goldstein <cardoe at gentoo.org>
+
 2006-02-10  John (J5) Palmieri  <johnp@redhat.com>
 
        * bus/connection.c (bus_connections_expect_reply): Make
index e98a0277fa52d3fcb7ba8875c9b93c6214d17507..7f87c25cda96545b953cd70d387f61bd5043f850 100644 (file)
@@ -22,7 +22,9 @@ noinst_DATA = $(TARGETS)
 ASSEMBLER = $(MONODOC) --assemble
 UPDATER = $(MONODOC) --update
 
-dbus-sharp-docs.zip dbus-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
+dbus-sharp-docs.zip: dbus-sharp-docs.tree
+
+dbus-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
        $(ASSEMBLER) --ecma $(srcdir)/en -o dbus-sharp-docs
 
 update: