From c03e48e87f6ab875e622918ebc6450cdc1b1119f Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 14 Sep 1996 01:40:32 +0000 Subject: [PATCH] * Makefile.in (just-check): Add path to sibling expect dir to environment variable specified by RPATH_ENVVAR. PR 10489 (forgot one path) --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 44f7b750f05..d956cc75b05 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 13 18:16:10 1996 Fred Fish + + * Makefile.in (just-check): Add path to sibling expect dir + to environment variable specified by RPATH_ENVVAR. + Fri Sep 13 12:05:34 1996 Fred Fish * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@. diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 1e8f2fc6d28..f31b5bb4d0b 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -122,7 +122,7 @@ just-check: rootme=`pwd`; export rootme; \ srcdir=${srcdir} ; export srcdir ; \ EXPECT=${EXPECT} ; export EXPECT ; \ - $(RPATH_ENVVAR)=$$rootme/../../libstdc++:$$rootme/../../tk/unix:$$rootme/../../tcl/unix:$$rootme/../../bfd:$$rootme/../../opcodes:$$$(RPATH_ENVVAR); \ + $(RPATH_ENVVAR)=$$rootme/../../expect:$$rootme/../../libstdc++:$$rootme/../../tk/unix:$$rootme/../../tcl/unix:$$rootme/../../bfd:$$rootme/../../opcodes:$$$(RPATH_ENVVAR); \ export $(RPATH_ENVVAR); \ if [ -f $${rootme}/../../expect/expect ] ; then \ TCL_LIBRARY=$${srcdir}/../../tcl/library ; \ -- 2.30.2