Commit f04885d3 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent d676911f
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> 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
* MAINTAINERS: add myself to Write After Approval list. * MAINTAINERS: add myself to Write After Approval list.
......
...@@ -1500,15 +1500,15 @@ check-gcc: ...@@ -1500,15 +1500,15 @@ check-gcc:
.PHONY: check-c++ .PHONY: check-c++
check-c++: check-c++:
@if [ -f ./gcc/Makefile ] ; then \ @if [ -f ./gcc/Makefile ] ; then \
r=`pwd`; export r; \ r=`pwd`; export r; \
s=`cd $(srcdir); pwd`; export s; \ s=`cd $(srcdir); pwd`; export s; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \ (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
$(MAKE) check-target-libstdc++-v3 \ $(MAKE) check-target-libstdc++-v3 \
else \ else \
true; \ true; \
fi fi
.PHONY: install-gcc .PHONY: install-gcc
install-gcc: install-gcc:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment