* automake.in (handle_configure): Remove $(BUILT_SOURCES) from
the rule to remake Makefile, whether $use_dependencies is true
or not. This was a historical one and doesn't make sense any
longer.
+2000-03-16 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
+
+ * automake.in (handle_configure): Remove $(BUILT_SOURCES) from
+ the rule to remake Makefile, whether $use_dependencies is true
+ or not. This was a historical one and doesn't make sense any
+ longer.
+
2000-03-19 Tom Tromey <tromey@cygnus.com>
More for PR automake/38:
. $infile . ' '
. join (' ', @rewritten)
. ' $(top_builddir)/config.status'
- # NOTE: Makefile only depends on BUILT_SOURCES
- # when dependencies are being computed. This is
- # a workaround for an obscure bug with
- # AC_LINK_FILES. Anyway, when dependencies are
- # turned off, this shouldn't matter.
- . ($use_dependencies ? ' $(BUILT_SOURCES)' : '')
. "\n"
. "\tcd \$(top_builddir) \\\n"
. "\t && CONFIG_FILES="