aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-06-08 18:02:03 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-06-08 18:02:03 +0000
commit7f7ba9bf903da49da760b7aa602d75de99d2056a (patch)
treeeb0b043c45a79e0b43fab9a130cc1202027e5b1d /libjava/Makefile.am
parenta5440f9ebf63d09b87b2adb7944c0cee52374e78 (diff)
downloadgcc-7f7ba9bf903da49da760b7aa602d75de99d2056a.tar.gz
gcc-7f7ba9bf903da49da760b7aa602d75de99d2056a.tar.bz2
gcc-7f7ba9bf903da49da760b7aa602d75de99d2056a.zip
For PR bootstrap/3075:
* configure, aclocal.m4, Makefile.am: Rebuilt. * configure.in: Pass `--with-auxdir' to subdir configure. Don't call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM. Look for unwind.h relative to libgcj_basedir. * acinclude.m4 ((LIBGCJ_CONFIGURE): Call AC_CONFIG_AUX_DIR and AC_CANONICAL_SYSTEM here. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not libgcj_basedir. ($(extra_headers)): New target. From-SVN: r43034
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index e69cdc87bd5..23d8baa5e29 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -353,6 +353,9 @@ java/io/ObjectOutputStream$$PutField.h: libgcj.jar
## Headers we maintain by hand and which we want to install.
extra_headers = java/lang/Object.h java/lang/Class.h
+$(extra_headers):
+ @:
+
## Install the headers. It is fairly ugly that we have to do this by
## hand.
install-data-local:
@@ -1485,7 +1488,7 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
-CONFIG_STATUS_DEPENDENCIES = $(libgcj_basedir)/configure.host
+CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
MAKEOVERRIDES=