re PR plugins/61176 (plugin builds including gimple.h not building)
authorJakub Jelinek <jakub@redhat.com>
Tue, 31 Mar 2015 05:31:57 +0000 (07:31 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 31 Mar 2015 05:31:57 +0000 (07:31 +0200)
PR plugins/61176
* Makefile.in (install-plugin): Add all gcc/*.{h,def} files
automatically to $headers.

From-SVN: r221786

gcc/ChangeLog
gcc/Makefile.in

index 242eb5075790568322985205073c5fc91403fae3..23213eeb5158cdf8deba860fc73a3676916bb151 100644 (file)
@@ -1,3 +1,9 @@
+2015-03-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR plugins/61176
+       * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
+       automatically to $headers.
+
 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
 
        PR ipa/65610
index f924fb86f095481113e5c0b06f6f6e40a2943942..4ab7405fb79fdc7f9cd5bd9d001368034efbbbf8 100644 (file)
@@ -3255,7 +3255,7 @@ install-plugin: installdirs lang.install-plugin s-header-vars install-gengtype
 # We keep the directory structure for files in config or c-family and .def
 # files. All other files are flattened to a single directory.
        $(mkinstalldirs) $(DESTDIR)$(plugin_includedir)
-       headers=`echo $(PLUGIN_HEADERS) | tr ' ' '\012' | sort -u`; \
+       headers=`echo $(PLUGIN_HEADERS) $$(cd $(srcdir); echo *.h *.def) | tr ' ' '\012' | sort -u`; \
        srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`; \
        for file in $$headers; do \
          if [ -f $$file ] ; then \