diff options
author | Tom Tromey <tromey@redhat.com> | 2001-05-13 04:26:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2001-05-13 04:26:21 +0000 |
commit | 3906ba6798390627a2b8bab48b540ee4a6dab3cc (patch) | |
tree | 3340ae5424597db9a665f4a177e8f5a248c00f83 /tests/gcj2.test | |
parent | edccc341c6c00119f7386acba5f1eac8852ad546 (diff) | |
download | automake-3906ba6798390627a2b8bab48b540ee4a6dab3cc.tar.gz |
* tests/gcj.test: Updated for gcj dependency tracking.
* tests/gcj2.test: Likewise.
Diffstat (limited to 'tests/gcj2.test')
-rwxr-xr-x | tests/gcj2.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/gcj2.test b/tests/gcj2.test index 8bf022b39..3256aea44 100755 --- a/tests/gcj2.test +++ b/tests/gcj2.test @@ -4,7 +4,10 @@ . $srcdir/defs || exit 1 -echo 'AC_SUBST(GCJ)' >> configure.in +cat >> configure.in << 'END' +AM_DEPENDENCIES(GCJ) +AC_SUBST(GCJ) +END cat > Makefile.am << 'END' bin_PROGRAMS = convert |