diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-24 12:39:17 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-24 12:39:17 +0000 |
commit | 8b70b80d9313070270ba545ba8cac63bd9bdc8c0 (patch) | |
tree | e0bb245c220a4653e98a1a6ffc983a62d80483a4 /Makefile.in | |
parent | 2377feea756a82571f06edb9ba12712fe601f7e6 (diff) | |
download | gcc-8b70b80d9313070270ba545ba8cac63bd9bdc8c0.tar.gz |
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147834 138bc75d-0d04-0410-961f-82ee72b054a4
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 ;; \ |