Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 406571 | Differences between
and this patch

Collapse All | Expand All

(-)a/gcc/Makefile.in (-3 / +3 lines)
Lines 4538-4545 Link Here
4538
4538
4539
# Install the headers needed to build a plugin.
4539
# Install the headers needed to build a plugin.
4540
install-plugin: installdirs lang.install-plugin s-header-vars
4540
install-plugin: installdirs lang.install-plugin s-header-vars
4541
# We keep the directory structure for files in config and .def files. All
4541
# We keep the directory structure for files in config or c-family and .def
4542
# other files are flattened to a single directory.
4542
# files. All other files are flattened to a single directory.
4543
	$(mkinstalldirs) $(DESTDIR)$(plugin_includedir)
4543
	$(mkinstalldirs) $(DESTDIR)$(plugin_includedir)
4544
	headers=`echo $(PLUGIN_HEADERS) | tr ' ' '\012' | sort -u`; \
4544
	headers=`echo $(PLUGIN_HEADERS) | tr ' ' '\012' | sort -u`; \
4545
	srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`; \
4545
	srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`; \
Lines 4551-4557 Link Here
4551
	  else continue; \
4551
	  else continue; \
4552
	  fi; \
4552
	  fi; \
4553
	  case $$path in \
4553
	  case $$path in \
4554
	  "$(srcdir)"/config/* | "$(srcdir)"/*.def ) \
4554
	  "$(srcdir)"/config/* | "$(srcdir)"/c-family/* | "$(srcdir)"/*.def ) \
4555
	    base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \
4555
	    base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \
4556
	  *) base=`basename $$path` ;; \
4556
	  *) base=`basename $$path` ;; \
4557
	  esac; \
4557
	  esac; \
(-)a/gcc/c-family/c-pretty-print.h (-1 / +1 lines)
Lines 23-29 Link Here
23
#define GCC_C_PRETTY_PRINTER
23
#define GCC_C_PRETTY_PRINTER
24
24
25
#include "tree.h"
25
#include "tree.h"
26
#include "c-common.h"
26
#include "c-family/c-common.h"
27
#include "pretty-print.h"
27
#include "pretty-print.h"
28
28
29
29

Return to bug 406571