Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples

llvm-svn: 16990
This commit is contained in:
Misha Brukman 2004-10-14 18:59:09 +00:00
parent 86c8f92142
commit cc9c5e67e3

View File

@ -60,6 +60,7 @@ AC_CONFIG_MAKEFILE(test/Makefile.tests)
AC_CONFIG_MAKEFILE(test/QMTest/llvm.py)
AC_CONFIG_MAKEFILE(test/QMTest/llvmdb.py)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(tools/Makefile.JIT)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(projects/Makefile)