From: James Peach Date: Wed, 16 May 2007 22:34:58 +0000 (+0000) Subject: r22955: Disable dependency tracking by default. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dddd502c9150128c6d1b28c083554d8519c4fd3;p=thirdparty%2Fsamba.git r22955: Disable dependency tracking by default. --- diff --git a/source/configure.in b/source/configure.in index 26fdba0dfb0..2f763b0c02d 100644 --- a/source/configure.in +++ b/source/configure.in @@ -624,6 +624,12 @@ fi AM_DEP_TRACK() _AM_DEPENDENCIES(CC) +# As per vl, disable dependency tracking by default until we don't need +# to use "make proto' -- jpeach +if test "x$enable_dependency_tracking" != xyes; then + ifGNUmake='#' +fi + ############################################ # Figure out the flags to support named structure initializers