diff options
author | Chong Yidong <cyd@gnu.org> | 2012-08-11 10:13:55 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-11 10:13:55 +0800 |
commit | 5725bd2cc0e691dadc31bd958f210b1bbcf17c49 (patch) | |
tree | a8faec22f21eff83d918076adcc9c8c49c4cc820 /test/automated/Makefile.in | |
parent | 5723992258a8025e29ba9fcae923182fb5456426 (diff) | |
parent | 711f4590cddbc83c509c1c5e852ef4e528a39780 (diff) |
Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com
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 4f2e8a59e4..5f92e21d91 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: |