Commit fca9d4b0 by Manfred Hollstein Committed by Jim Wilson

Patch from Manfred Hollstein, don't set execute bits when installing data files

	* Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.

From-SVN: r15431
parent 326ee7a3
Sat Sep 13 15:51:11 1997 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.
Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com) Sat Sep 13 12:57:26 1997 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (add_branch_dependences): Make each insn in * haifa-sched.c (add_branch_dependences): Make each insn in
......
...@@ -82,8 +82,8 @@ INSTALL = @INSTALL@ ...@@ -82,8 +82,8 @@ INSTALL = @INSTALL@
LN=@LN@ LN=@LN@
LN_S=@LN_S@ LN_S=@LN_S@
# These permit overriding just for certain files. # These permit overriding just for certain files.
INSTALL_PROGRAM = $(INSTALL) INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = $(INSTALL) INSTALL_DATA = @INSTALL_DATA@
MAKEINFO = makeinfo MAKEINFO = makeinfo
MAKEINFOFLAGS = MAKEINFOFLAGS =
TEXI2DVI = texi2dvi TEXI2DVI = texi2dvi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment