From: Tim Newsome Date: Thu, 2 Jun 2016 18:01:37 +0000 (-0700) Subject: Fix 'make check' when run from build directory. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=e977e2297aa83f244501bb4a5c3752d2c73bddc9;p=riscv-isa-sim.git Fix 'make check' when run from build directory. --- 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