* Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
From-SVN: r47181
This commit is contained in:
parent
0762650130
commit
c29593dc47
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue