Skip to content
Snippets Groups Projects
Commit 9778c978 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fail depend test if .o is generated.

parent 0fabd22a
No related branches found
No related tags found
No related merge requests found
......@@ -95,9 +95,11 @@ EOF
if AC_TRY_COMMAND($OL_MKDEP $flag conftest.c) \
| egrep '^conftest\.'"${ac_objext}" >/dev/null 2>&1
then
ol_cv_mkdep=$flag
OL_MKDEP_FLAGS="$flag"
break
if test ! -f conftest."${ac_object}" ; then
ol_cv_mkdep=$flag
OL_MKDEP_FLAGS="$flag"
break
fi
fi
done
rm -f conftest*
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment