aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvan Hunter <evan@ozhiker.com>2016-10-05 21:41:15 +0100
committerSteve Bennett <steveb@workware.net.au>2016-10-06 07:36:33 +1000
commit01fc6a50ed892afbd751b8679920393c9e681b36 (patch)
treec3baabc9b4cfd3801d453d36b87cd32d9946874f /Makefile.in
parentf85744142ef599f04704d843af52a70b63c18c88 (diff)
downloadjimtcl-01fc6a50ed892afbd751b8679920393c9e681b36.zip
jimtcl-01fc6a50ed892afbd751b8679920393c9e681b36.tar.gz
jimtcl-01fc6a50ed892afbd751b8679920393c9e681b36.tar.bz2
Fix test target for out-of-tree builds
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b654304..cf0d835 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -113,7 +113,7 @@ uninstall:
@endif
test check: $(JIMSH)
- cd @srcdir@/tests; $(DEF_LD_PATH) $(MAKE) jimsh=@builddir@/jimsh TOPSRCDIR=@top_srcdir@
+ cd @srcdir@/tests; $(DEF_LD_PATH) $(MAKE) jimsh=@builddir@/jimsh TOPSRCDIR=..
$(OBJS): Makefile $(wildcard *.h)