From 2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06 Mon Sep 17 00:00:00 2001 From: Nicolas Roche Date: Sun, 24 May 2009 12:39:17 +0000 Subject: Makefile.tpl (compare-target): Skip ./ada/*tools directories. * Makefile.tpl (compare-target): Skip ./ada/*tools directories. * Makefile.in: Regenerate. From-SVN: r147834 --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index ff058d6..ecc903e 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 ;; \ -- cgit v1.1