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
+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.
.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: