From e977e2297aa83f244501bb4a5c3752d2c73bddc9 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 2 Jun 2016 11:01:37 -0700 Subject: [PATCH] Fix 'make check' when run from build directory. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index d459316..42baa8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,8 +121,8 @@ INSTALL_EXE := $(INSTALL) -m 555 STOW := @stow@ # Tests -bintests = tests/gdbserver.py \ - tests/ebreak.py +bintests = $(src_dir)/tests/gdbserver.py \ + $(src_dir)/tests/ebreak.py #------------------------------------------------------------------------- # Include subproject makefile fragments -- 2.30.2