diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2008-02-06 20:45:21 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2008-02-06 21:45:21 +0100 |
commit | c64ccf4d248e2aebfa8fe021b31277d1be2fb3c7 (patch) | |
tree | 25b759630aeb51c65eb6f5005eced698a6aca575 /libjava/Makefile.am | |
parent | 04941f7657cd5e392e3b9e3bf217a5696ecde77a (diff) | |
download | gcc-c64ccf4d248e2aebfa8fe021b31277d1be2fb3c7.tar.gz |
re PR libgcj/30071 (make install fails for libjava)
2008-02-06 Andreas Tobler <a.tobler@schweiz.org>
PR libgcj/30071
* Makefile.am (install-exec-hook): Add install-binPROGRAMS.
* Makefile.in: Regenerate.
From-SVN: r132159
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r-- | libjava/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 51e4761d2a7..d840782d163 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -453,7 +453,8 @@ extra_headers = java/lang/Object.h java/lang/Class.h $(extra_headers) $(srcdir)/java/lang/Object.h $(srcdir)/java/lang/Class.h: @: -install-exec-hook: install-toolexeclibLTLIBRARIES install-libexecsubPROGRAMS +install-exec-hook: install-binPROGRAMS install-toolexeclibLTLIBRARIES \ + install-libexecsubPROGRAMS ## Support for libgcj_bc: dummy shared library used only at link-time. if USE_LIBGCJ_BC ## Install libgcj_bc dummy lib in the target directory. We also need to delete |