diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-02 13:54:08 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-02 13:54:08 -0700 |
commit | 67fb4e6a86456acb7fd6564bc0f70d8bf6d7704d (patch) | |
tree | cefcfeecd84afb87ba0a26683f7b2514fe02271c /Makefile.in | |
parent | 67bb589ef9106a0031deb0292008d3592fff4240 (diff) | |
download | emacs-67fb4e6a86456acb7fd6564bc0f70d8bf6d7704d.tar.gz |
test/automated: Use relative filename for emacs executable
* Makefile.in (check): Depend on all.
* test/automated/Makefile.in (abs_top_builddir): Remove variable.
(EMACS): Use a relative file name.
(lisp-compile): Remove (assume it's up-to-date).
(compile-main): Do not run lisp-compile.
(check): Use --chdir.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5cf2cb1200f..8915eb3d9f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -936,7 +936,7 @@ extraclean: TAGS tags: lib lib-src src cd src; $(MAKE) $(MFLAGS) tags -check: +check: all @if test ! -d test/automated; then \ echo "You do not seem to have the test/ directory."; \ echo "Maybe you are using a release tarfile, rather than a repository checkout."; \ |