From 12b90ee4e7fe289972e4ac52efac42790c0d5035 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Jul 1997 05:46:25 +0000 Subject: Improved remote build. svn path=/trunk/; revision=1211 --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f74123f3..db6e846d 100644 --- a/configure.in +++ b/configure.in @@ -157,8 +157,11 @@ else fi AC_OUTPUT(Makefile, [ + # The reason for this odd makedepend line is that we want + # to have all dependencies evaluated relative to the source directory + # and let VPATH do all the dirty work when we build remotely echo "You can ignore any makedepend error messages"; - makedepend -I$srcdir -I. -fMakefile ${srcdir}/*.c]) + (cd $srcdir; makedepend -f - *.c) >>Makefile]) dnl Local Variables: dnl comment-start: "dnl " -- cgit v1.2.3