diff options
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b922dc473d6..48fcb3f33aa 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1742,6 +1742,9 @@ if test "$GCC" = yes && test "$ac_enable_autodepend" = yes; then | |||
| 1742 | AC_MSG_RESULT([$ac_enable_autodepend]) | 1742 | AC_MSG_RESULT([$ac_enable_autodepend]) |
| 1743 | if test $ac_enable_autodepend = yes; then | 1743 | if test $ac_enable_autodepend = yes; then |
| 1744 | AUTO_DEPEND=yes | 1744 | AUTO_DEPEND=yes |
| 1745 | for depdir in */deps; do | ||
| 1746 | test ! -d "$depdir" || rm -fr "$depdir"/../*.o "$depdir" || exit | ||
| 1747 | done | ||
| 1745 | fi | 1748 | fi |
| 1746 | fi | 1749 | fi |
| 1747 | AC_SUBST(AUTO_DEPEND) | 1750 | AC_SUBST(AUTO_DEPEND) |