aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNicolas Roche <roche@adacore.com>2009-05-24 12:39:17 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-05-24 12:39:17 +0000
commit2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06 (patch)
treee0bb245c220a4653e98a1a6ffc983a62d80483a4 /Makefile.in
parent782dc37a1eeb6866bce8095548908231b8e9db4e (diff)
downloadgcc-2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06.zip
gcc-2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06.tar.gz
gcc-2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06.tar.bz2
Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.tpl (compare-target): Skip ./ada/*tools directories. * Makefile.in: Regenerate. From-SVN: r147834
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 23b3688..65835c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52218,7 +52218,7 @@ compare:
$(do-compare) > /dev/null 2>&1; \
if test $$? -eq 1; then \
case $$file in \
- ./cc*-checksum$(objext) | ./libgcc/* ) \
+ ./cc*-checksum$(objext) | ./libgcc/* | ./ada/*tools/* ) \
echo warning: $$file differs ;; \
*) \
echo $$file differs >> .bad_compare ;; \
@@ -52543,7 +52543,7 @@ compare3:
$(do-compare3) > /dev/null 2>&1; \
if test $$? -eq 1; then \
case $$file in \
- ./cc*-checksum$(objext) | ./libgcc/* ) \
+ ./cc*-checksum$(objext) | ./libgcc/* | ./ada/*tools/* ) \
echo warning: $$file differs ;; \
*) \
echo $$file differs >> .bad_compare ;; \