From 85358e479e5bbf295a5aaf743f3c29a5e1a4fd1c Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 6 Apr 2015 09:58:07 +1000 Subject: ensure that tests can find tcltest.tcl Reported-By: Stuart Cassoff Signed-off-by: Steve Bennett --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 2cef516..6645ddf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,7 +112,7 @@ uninstall: @endif test check: $(JIMSH) - cd @srcdir@/tests; $(DEF_LD_PATH) $(MAKE) jimsh=@builddir@/jimsh + cd @srcdir@/tests; $(DEF_LD_PATH) $(MAKE) jimsh=@builddir@/jimsh TOPSRCDIR=@top_srcdir@ $(OBJS): Makefile $(wildcard *.h) -- cgit v1.1