Makefile: add missing files to FilesToConfig
And fix the comment about where the FilesToConfig variable
is.
llvm-svn: 148282
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 646d9a8..9d5c6f5 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -1564,7 +1564,7 @@
dnl Configure header files
dnl WARNING: dnl If you add or remove any of the following config headers, then
-dnl you MUST also update Makefile.rules so that the variable FilesToConfig
+dnl you MUST also update Makefile so that the variable FilesToConfig
dnl contains the same list of files as AC_CONFIG_HEADERS below. This ensures the
dnl files can be updated automatically when their *.in sources change.
AC_CONFIG_HEADERS([include/llvm/Config/config.h include/llvm/Config/llvm-config.h])