diff options
author | Mohan Embar <gnustuff@thisiscool.com> | 2007-02-10 14:17:58 +0000 |
---|---|---|
committer | Mohan Embar <membar@gcc.gnu.org> | 2007-02-10 14:17:58 +0000 |
commit | cef04d591228474b422886b2cf6e651297e21d49 (patch) | |
tree | 97dcafa20386547b5d3f4fbf71c1c848e42786da /libjava/Makefile.am | |
parent | 7e10187c3ade751da581a036ea365d553bf838d1 (diff) | |
download | gcc-cef04d591228474b422886b2cf6e651297e21d49.zip gcc-cef04d591228474b422886b2cf6e651297e21d49.tar.gz gcc-cef04d591228474b422886b2cf6e651297e21d49.tar.bz2 |
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (BUILD_ECJ1): Unify the command for renaming ecjx to
the host's ecj1 executable.
From-SVN: r121796
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r-- | libjava/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 0e7d91a..9841f60 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -454,12 +454,9 @@ if USE_LIBGCJ_BC rm $(DESTDIR)$(toolexeclibdir)/libgcj_bc.la; endif if BUILD_ECJ1 -if NATIVE +## Undo any prepending of the target prefix and transform +## to the actual host's executable suffix. mv $(DESTDIR)$(libexecsubdir)/`echo ecjx | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'` $(DESTDIR)$(libexecsubdir)/ecj1$(host_exeext) -else !NATIVE -## Undo the prepending of the target prefix - mv $(DESTDIR)$(libexecsubdir)/$(target_noncanonical)-`echo ecjx | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'` $(DESTDIR)$(libexecsubdir)/ecj1$(host_exeext) -endif !NATIVE endif BUILD_ECJ1 ## Install the headers. It is fairly ugly that we have to do this by |