summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index ff058d660c5..ecc903ed614 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1434,7 +1434,7 @@ do-clean: clean-stage[+id+]
$(do-[+compare-target+]) > /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 ;; \