Make-lang.in (jit.install-common): Install headers using INSTALL_DATA.

2015-06-09  Matthias Klose  <doko@ubuntu.com>

        * Make-lang.in (jit.install-common): Install headers using INSTALL_DATA.

From-SVN: r224305
This commit is contained in:
Matthias Klose 2015-06-09 21:34:18 +00:00 committed by Matthias Klose
parent c2f5769122
commit 83c1b80e21
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-06-09 Matthias Klose <doko@ubuntu.com>
* Make-lang.in (jit.install-common): Install headers using INSTALL_DATA.
2015-06-08 Andrew MacLeod <amacleod@redhat.com>
* dummy-frontend.c : Adjust include files.

View File

@ -268,9 +268,9 @@ jit.install-common: installdirs
ln -sf \
$(LIBGCCJIT_SONAME_SYMLINK)\
$(DESTDIR)/$(libdir)/$(LIBGCCJIT_LINKER_NAME_SYMLINK)
$(INSTALL_PROGRAM) $(srcdir)/jit/libgccjit.h \
$(INSTALL_DATA) $(srcdir)/jit/libgccjit.h \
$(DESTDIR)/$(includedir)/libgccjit.h
$(INSTALL_PROGRAM) $(srcdir)/jit/libgccjit++.h \
$(INSTALL_DATA) $(srcdir)/jit/libgccjit++.h \
$(DESTDIR)/$(includedir)/libgccjit++.h
jit.install-man: