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 a1b1699b..4ec6cdb0 100644
--- a/configure.in
+++ b/configure.in
@@ -151,7 +151,7 @@ fi
AC_OUTPUT(Makefile, [
echo "You can ignore any makedepend error messages";
- makedepend -I$srcdir -I. -fMakefile *.c])
+ makedepend -I$srcdir -I. -fMakefile ${srcdir}/*.c])
dnl Local Variables:
dnl comment-start: "dnl "