summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-28 23:30:26 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-28 23:30:26 +0000
commit41edef811973b51d13b05e9e476f0f6f883a636d (patch)
treeb5c7d0d8b355722d4c32309feafda0061d7f700d /Makefile.in
parente88d558bdf8ed71b83c2be61bb2846a1388e7db2 (diff)
downloadgcc-41edef811973b51d13b05e9e476f0f6f883a636d.tar.gz
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
Alexandre Oliva <aoliva@redhat.com> * Makefile.in (check-c++): Use tabs, not spaces. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in18
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: