From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:20 +0000 (+0000) Subject: Don't GCC3DEP if the .d follows the input filename. X-Git-Tag: 0.7.24ubuntu1~983 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/697bfdb1e50ae2115cd1459aa6000ad456775c38 Don't GCC3DEP if the .d follows the input filename. Author: doogie Date: 2001-05-29 05:27:54 GMT Don't GCC3DEP if the .d follows the input filename. --- diff --git a/buildlib/tools.m4 b/buildlib/tools.m4 index 9ad0bd05a..69f643e2b 100644 --- a/buildlib/tools.m4 +++ b/buildlib/tools.m4 @@ -144,7 +144,7 @@ AC_DEFUN(ah_GCC3DEP,[ if test -e gcc3dep.d; then rm -f gcc3dep.d GCC_MD=input - GCC3DEP=no + GCC3DEP= elif test -e gcc3dep_test.d; then rm -f gcc3dep_test.d GCC_MD=output