From 9f1a31dc592002f8d08834fbe20d0776408955b4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 19 Mar 2000 23:03:40 +0000 Subject: [PATCH] 2000-03-16 OKUJI Yoshinori * 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. --- ChangeLog | 7 +++++++ automake.in | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a0b25476..0edfdb03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-03-16 OKUJI Yoshinori + + * 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 More for PR automake/38: diff --git a/automake.in b/automake.in index b754d83f..ebb4c8fc 100755 --- a/automake.in +++ b/automake.in @@ -3266,12 +3266,6 @@ sub handle_configure . $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=" -- 2.43.5