]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2000-03-16 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
authorTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 23:03:40 +0000 (23:03 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 23:03:40 +0000 (23:03 +0000)
* 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
automake.in

index a0b2547680c2e1b212fe5bf49788e008ad332b80..0edfdb03724e4e885f0aeaaf088bda09dad327f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index b754d83f42c224b5146e6d71277fc6905b7fa87d..ebb4c8fc3f85dbb3d73156a86a0026f2d241f65b 100755 (executable)
@@ -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="