+Mon Jun 1 14:23:29 1998 Tom Tromey <tromey@cygnus.com>
+
+ * automake.in (do_check_merge_target): Only generate $(MAKE)
+ command if there are check targets to make.
+
Sun May 17 23:05:55 1998 Tom Tromey <tromey@cygnus.com>
* aclocal.in (write_aclocal): Fixed generated copyright message.
# @check_tests. This is done via a separate make invocation to
# avoid problems with parallel makes. Every time I write code
# like this I wonder: how could you invent a parallel make and not
- # provide any real synchronization facilities?
- &pretty_print_rule ("\t\$(MAKE)", "\t ", @check_tests);
+ # provide any real synchronization facilities? The official
+ # answer is that you can push the dependencies out to the leaves
+ # of the dependency tree. That seems fairly gross to me.
+ &pretty_print_rule ("\t\$(MAKE)", "\t ", @check_tests)
+ if @check_tests;
}
# Handle all 'clean' targets.