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
This commit is contained in:
Benjamin Kosnik 2001-02-28 23:30:26 +00:00 committed by Benjamin Kosnik
parent d676911f34
commit f04885d3c8
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (check-c++): Use tabs, not spaces.
2001-02-20 Laurynas Biveinis <lauras@softhome.net>
* MAINTAINERS: add myself to Write After Approval list.

View File

@ -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: