diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-07 15:11:18 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-07 15:11:18 -0400 |
commit | bf1757d19ad6aa119568050d4ab133c008e31897 (patch) | |
tree | a5f96655cacaafa4955c63f53f4816950597d8c3 /test/automated/Makefile.in | |
parent | f40b9f106b43a3602ae10db0261de924dc5c5b59 (diff) |
* test/automated/Makefile.in (all): Fix typo.
Diffstat (limited to 'test/automated/Makefile.in')
-rw-r--r-- | test/automated/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index c07d5a1897..c547b168bc 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -55,7 +55,7 @@ setwins=subdirs=`(find . -type d -print)`; \ esac; \ done -all: test +all: check doit: |