diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 23b3688283b..65835c59580 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 ;; \ |