Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263567
Collapse All | Expand All

(-)gcc-4.3.3/gcc/Makefile.in.orig (-1 / +1 lines)
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/;.*$$//'`; \

Return to bug 263567