* Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.

From-SVN: r47181
This commit is contained in:
Jason Wilkins 2001-11-19 20:55:13 +00:00 committed by Neil Booth
parent 0762650130
commit c29593dc47
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-11-19 Jason Wilkins <fenix@io.com>
* Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
Mon Nov 19 15:13:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* tree.def (VIEW_CONVERT_EXPR): New tree code.

View file

@ -2685,7 +2685,7 @@ install-common: native $(EXTRA_PARTS) lang.install-common
rm -f $(bindir)/gcov$(exeext); \
$(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
fi
$(INSTALL_PROGRAM) gccbug $(bindir)/$(GCCBUG_INSTALL_NAME)
$(INSTALL_SCRIPT) gccbug $(bindir)/$(GCCBUG_INSTALL_NAME)
# Install the driver program as $(target_alias)-gcc
# and also as either gcc (if native) or $(gcc_tooldir)/bin/gcc.