diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-04 23:38:53 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-04 23:38:53 +0000 |
commit | 3b48d0d3244d28c93f25c6e0c640e30ff32c4c87 (patch) | |
tree | 2e105e2e09dc715d0b319a1032e0784860f0602c /libjava/testsuite/Makefile.am | |
parent | dd615af197bd62b023860f6a8f31521f1ef0d8f2 (diff) | |
download | gcc-3b48d0d3244d28c93f25c6e0c640e30ff32c4c87.tar.gz |
2001-04-04 Andreas Jaeger <aj@suse.de>
* gcj/Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.
* gcj/Makefile.in: Rebuilt.
* Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.
* Makefile.in: Rebuilt.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.
* testsuite/Makefile.in: Rebuild.
* include/Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.
* include/Makefile.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/Makefile.am')
-rw-r--r-- | libjava/testsuite/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/testsuite/Makefile.am b/libjava/testsuite/Makefile.am index e1d359d8f76..67bce5c3939 100644 --- a/libjava/testsuite/Makefile.am +++ b/libjava/testsuite/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -AUTOMAKE_OPTIONS = foreign dejagnu no-installinfo +AUTOMAKE_OPTIONS = foreign dejagnu # Setup the testing framework, if you have one EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \ |