diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files 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 |