summaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-17 01:01:29 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-17 01:01:29 +0000
commit5bb9e93621f3f5e463b782609b7af396283cb19a (patch)
treecc0c345f238613141985e768dc73326a3e7a4256 /boehm-gc/Makefile.am
parent578b26e379972422cc538d90e9191863fd69567c (diff)
downloadgcc-5bb9e93621f3f5e463b782609b7af396283cb19a.tar.gz
* Makefile.in: Rebuilt.
* Makefile.am (TESTS_ENVIRONMENT): New macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40568 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 06d740b15af..83bade1d98f 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/Makefile.am
@@ -50,6 +50,7 @@ check_PROGRAMS = gctest
gctest_SOURCES = test.c
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
+TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
TESTS = gctest
## FIXME: relies on internal code generated by automake.