diff mbox

[jit] Install headers using INSTALL_DATA

Message ID 557711F5.205@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose June 9, 2015, 4:19 p.m. UTC
Install the gcc/jit header files without the x bit set. Ok for the trunk and the
5 branch?

Matthias

gcc/jit/

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

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

Comments

David Malcolm June 9, 2015, 8:51 p.m. UTC | #1
On Tue, 2015-06-09 at 18:19 +0200, Matthias Klose wrote:
> Install the gcc/jit header files without the x bit set. Ok for the trunk and the
> 5 branch?

OK.
diff mbox

Patch

Index: gcc/jit/Make-lang.in
===================================================================
--- gcc/jit/Make-lang.in	(revision 224282)
+++ gcc/jit/Make-lang.in	(working copy)
@@ -268,9 +268,9 @@ 
 	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: