For PR619:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 24 Aug 2005 10:43:10 +0000 (10:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 24 Aug 2005 10:43:10 +0000 (10:43 +0000)
commit755bcf086dc163d72d1d2fa1f1d708f6ac75910a
treeffbba6bfe5ca06d2bbccab5bf298ab6041c53331
parent0a262ba7c3250ef02833fae864459ccc905a2e9b
For PR619:
Make any header files that are automatically generated be preconditions of
the compilation. This ensures that if a *.h.in file is changed then its
corresponding *.h file gets updated on the next rebuild. Note that this can
lead to confusing (but correct) results if the *.h.in file changed
unsubstantially so that autoheader doesn't update the *.h file. In that case,
manually touch the *.h file in question to restore order. Moral of the story,
if you're going to "touch" a *.in file then modify it substantially.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23006 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
autoconf/configure.ac