diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:20 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:20 +0000 |
commit | 697bfdb1e50ae2115cd1459aa6000ad456775c38 (patch) | |
tree | ceaabbc57c14f83bed8b405db0dd1f9d67875eb1 /buildlib | |
parent | c29a99d7f3931f9b0559c56056d887fb3b2e52df (diff) |
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.
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/tools.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |