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
This commit is contained in:
Manfred Hollstein 1997-09-13 22:52:49 +00:00 committed by Jim Wilson
parent 326ee7a3fe
commit fca9d4b0d4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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)
* haifa-sched.c (add_branch_dependences): Make each insn in

View File

@ -82,8 +82,8 @@ INSTALL = @INSTALL@
LN=@LN@
LN_S=@LN_S@
# These permit overriding just for certain files.
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
MAKEINFO = makeinfo
MAKEINFOFLAGS =
TEXI2DVI = texi2dvi