Commit e54b45f1 authored by Sam Lantinga's avatar Sam Lantinga

Hopefully this will fix the last of the problems with OBJ depend mode.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40697
parent f32aece3
...@@ -2627,9 +2627,9 @@ case "$target" in ...@@ -2627,9 +2627,9 @@ case "$target" in
AC_SUBST(OBJCFLAGS) AC_SUBST(OBJCFLAGS)
dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
dnl _AM_DEPENDENCIES(OBJC) dnl _AM_DEPENDENCIES(OBJC)
dnl Of course, hard coding doesn't work for newer versions of automake dnl Of course, hard coding doesn't work for some versions of automake
dnl OBJCDEPMODE="depmode=gcc3" OBJCDEPMODE="depmode=gcc"
dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) AC_SUBST(OBJCDEPMODE)
dnl Trying this to satisfy everybody... dnl Trying this to satisfy everybody...
AC_MSG_RESULT(not implemented yet) AC_MSG_RESULT(not implemented yet)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment