diff options
author | Tom Tromey <tromey@redhat.com> | 1998-09-28 01:47:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-09-28 01:47:08 +0000 |
commit | 18c8af98b671efa109118cd8011d0afa0ec6ab85 (patch) | |
tree | c92560ac987ceab155a00a84ad4388b9522ec73f /tests/java.test | |
parent | 174373e9daa68e361a2e867bf1d0ef2507e4cebb (diff) | |
download | automake-18c8af98b671efa109118cd8011d0afa0ec6ab85.tar.gz |
* Makefile.am (TESTS): Added clean.am.
* clean.test: New file.
* ansi2.test: Updated test for new SUBDIRS change.
* noinst.test: Updated test for new SUBDIRS change.
* checkall.test: Added check to make sure check-local is handled.
Updated test for new SUBDIRS change.
* java.test: Updated test for new SUBDIRS change.
Diffstat (limited to 'tests/java.test')
-rwxr-xr-x | tests/java.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/java.test b/tests/java.test index ed3c2dfce..47a2992f8 100755 --- a/tests/java.test +++ b/tests/java.test @@ -10,4 +10,4 @@ java_JAVA = a.java b.java c.java END $AUTOMAKE || exit 1 -grep '^all:.*classjava\.stamp' Makefile.in +grep '^all[-a-z]*:.*classjava\.stamp' Makefile.in |