aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-22 21:36:22 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-22 21:36:22 +0000
commit28622d621cd2b8dd879899598a2dc824831ddbbd (patch)
treeb562899a0c3a1b0b4c151c0c1e1bce4b0bf9ad47 /autoconf
parent96b207c380569c61d3a9edb6ea8cd5fd086060c5 (diff)
downloadexternal_llvm-28622d621cd2b8dd879899598a2dc824831ddbbd.zip
external_llvm-28622d621cd2b8dd879899598a2dc824831ddbbd.tar.gz
external_llvm-28622d621cd2b8dd879899598a2dc824831ddbbd.tar.bz2
Fix for srcdir <> objdir builds.
Thanks Bill. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 72eac4b..087f734 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -905,6 +905,8 @@ AC_CONFIG_MAKEFILE(test/Makefile.tests)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(utils/Makefile)
AC_CONFIG_MAKEFILE(projects/Makefile)
+AC_CONFIG_MAKEFILE(bindings/Makefile)
+AC_CONFIG_MAKEFILE(bindings/ocaml/Makefile.ocaml)
dnl Finally, crank out the output
AC_OUTPUT