diff options
Diffstat (limited to 'llvm/autoconf/m4/build_exeext.m4')
| -rw-r--r-- | llvm/autoconf/m4/build_exeext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/m4/build_exeext.m4 b/llvm/autoconf/m4/build_exeext.m4 index 5ea7d2e6412..1bdecc1ba57 100644 --- a/llvm/autoconf/m4/build_exeext.m4 +++ b/llvm/autoconf/m4/build_exeext.m4 @@ -25,7 +25,7 @@ else if AC_TRY_EVAL(ac_build_link); then for file in conftest.*; do case $file in - *.c | *.o | *.obj) ;; + *.c | *.o | *.obj | *.dSYM) ;; *) ac_cv_build_exeext=`echo $file | sed -e s/conftest//` ;; esac done |

