Lines 3513-3519
Link Here
|
3513 |
if [ -d ../prev-gcc ]; then \ |
3513 |
if [ -d ../prev-gcc ]; then \ |
3514 |
cd ../prev-gcc && \ |
3514 |
cd ../prev-gcc && \ |
3515 |
$(MAKE) real-$(INSTALL_HEADERS_DIR) DESTDIR=`pwd`/../gcc/ \ |
3515 |
$(MAKE) real-$(INSTALL_HEADERS_DIR) DESTDIR=`pwd`/../gcc/ \ |
3516 |
libsubdir=. ; \ |
3516 |
libsubdir=. -f ../gcc/Makefile ; \ |
3517 |
else \ |
3517 |
else \ |
3518 |
set -e; for ml in `cat fixinc_list`; do \ |
3518 |
set -e; for ml in `cat fixinc_list`; do \ |
3519 |
sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \ |
3519 |
sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \ |