aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 97c05ebd..f7b6fd66 100644
--- a/configure.in
+++ b/configure.in
@@ -733,7 +733,7 @@ AC_CONFIG_COMMANDS([default],[
# and let VPATH do all the dirty work when we build remotely
echo "You can ignore any makedepend error messages:";
echo timestamp > stamp-h;
- (cd $srcdir; makedepend -f - *.c) >>Makefile])
+ (cd $srcdir; makedepend -I "$ac_abs_builddir" -f - *.c) >>Makefile])
AC_OUTPUT
dnl Local Variables: