Commit c29593dc by Jason Wilkins Committed by Neil Booth

* Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.

From-SVN: r47181
parent 07626501
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.
......
......@@ -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.
......
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