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
This commit is contained in:
parent
f32aece36b
commit
e54b45f194
1 changed files with 3 additions and 3 deletions
|
@ -2627,9 +2627,9 @@ case "$target" in
|
|||
AC_SUBST(OBJCFLAGS)
|
||||
dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
|
||||
dnl _AM_DEPENDENCIES(OBJC)
|
||||
dnl Of course, hard coding doesn't work for newer versions of automake
|
||||
dnl OBJCDEPMODE="depmode=gcc3"
|
||||
dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE)
|
||||
dnl Of course, hard coding doesn't work for some versions of automake
|
||||
OBJCDEPMODE="depmode=gcc"
|
||||
AC_SUBST(OBJCDEPMODE)
|
||||
dnl Trying this to satisfy everybody...
|
||||
AC_MSG_RESULT(not implemented yet)
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue