diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2001-02-28 23:30:26 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-02-28 23:30:26 +0000 |
commit | f04885d3c87a4de8164ce5a019e82f52ae455590 (patch) | |
tree | b5c7d0d8b355722d4c32309feafda0061d7f700d /Makefile.in | |
parent | d676911f3469407786c3b65d3cd98e6ddd5244a5 (diff) | |
download | gcc-f04885d3c87a4de8164ce5a019e82f52ae455590.tar.gz |
Makefile.in (check-c++): Use tabs, not spaces.
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (check-c++): Use tabs, not spaces.
Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>
From-SVN: r40139
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 86497d133e1..f6f1ebc82a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1500,15 +1500,15 @@ check-gcc: .PHONY: check-c++ check-c++: - @if [ -f ./gcc/Makefile ] ; then \ - r=`pwd`; export r; \ - s=`cd $(srcdir); pwd`; export s; \ - $(SET_LIB_PATH) \ - (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \ - $(MAKE) check-target-libstdc++-v3 \ - else \ - true; \ - fi + @if [ -f ./gcc/Makefile ] ; then \ + r=`pwd`; export r; \ + s=`cd $(srcdir); pwd`; export s; \ + $(SET_LIB_PATH) \ + (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \ + $(MAKE) check-target-libstdc++-v3 \ + else \ + true; \ + fi .PHONY: install-gcc install-gcc: |