diff options
| author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-19 18:57:23 +0000 |
|---|---|---|
| committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-19 18:57:23 +0000 |
| commit | 54a5e9856cc0f0fd86d0faee078b3ce80700cb22 (patch) | |
| tree | b6b5af842e6a6890aa06d77f629d711f905fab09 | |
| parent | 1740996beec30a62da29ff110de2abcf511f97c0 (diff) | |
| download | ppe42-gcc-54a5e9856cc0f0fd86d0faee078b3ce80700cb22.tar.gz ppe42-gcc-54a5e9856cc0f0fd86d0faee078b3ce80700cb22.zip | |
* Makefile.in: Change $(target-alias) to $(target_alias) in
comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65822 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2e6347e0b53..32a2b44f233 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2976,7 +2976,7 @@ install-common: native $(EXTRA_PARTS) lang.install-common $(INSTALL_SCRIPT) gccbug $(DESTDIR)$(bindir)/$(GCCBUG_INSTALL_NAME) # Install the driver program as $(target_alias)-gcc, -# $(target-alias)-gcc-$(version) +# $(target_alias)-gcc-$(version) # and also as either gcc (if native) or $(gcc_tooldir)/bin/gcc. install-driver: installdirs xgcc$(exeext) -if [ -f gcc-cross$(exeext) ] ; then \ |

