diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-03 22:31:43 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-03 22:31:43 +0000 |
| commit | 65e1971a26bc973f12efd7f4394b7c2a6a1e67d9 (patch) | |
| tree | 2c76ecf82c068a3bbea66631d44cc1ce20e2c30f /libjava/Makefile.in | |
| parent | 7d5aa1271e8364adcf18f427373dd67e367f1fa6 (diff) | |
| download | ppe42-gcc-65e1971a26bc973f12efd7f4394b7c2a6a1e67d9.tar.gz ppe42-gcc-65e1971a26bc973f12efd7f4394b7c2a6a1e67d9.zip | |
Fix for PR bootstrap/3281:
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIBGCJ_CONFIGURE): Don't set libgcj_flagbasedir.
Correctly compute libgcj_basedir.
(mkinstalldirs): Define and subst.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.in')
| -rw-r--r-- | libjava/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in index b64b68ca2ce..a9e8486423d 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -119,6 +119,7 @@ ZLIBSPEC = @ZLIBSPEC@ ZLIBTESTSPEC = @ZLIBTESTSPEC@ here = @here@ libgcj_basedir = @libgcj_basedir@ +mkinstalldirs = @mkinstalldirs@ AUTOMAKE_OPTIONS = foreign @TESTSUBDIR_TRUE@SUBDIRS = \ @@ -1187,7 +1188,6 @@ MULTISUBDIR = MULTIDO = true MULTICLEAN = true ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_HEADER = ./include/config.h ./gcj/libgcj-config.h CONFIG_CLEAN_FILES = libgcj.spec libgcj-test.spec LTLIBRARIES = $(toolexeclib_LTLIBRARIES) |

