diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 6713db623ec8..c73059bc0200 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -44,6 +44,7 @@
This utility target checks to see if the Makefile in the object + directory is older than the Makefile in the source directory and + copies it if so. It also reruns the configure script if that needs to + be done and rebuilds the Makefile.config file similarly. Users may + overload this target to ensure that sanity checks are run before any + building of targets as all the targets depend on preconditions.
+