mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* Makefile.in (just-check): Add path to sibling expect dir
to environment variable specified by RPATH_ENVVAR. PR 10489 (forgot one path)
This commit is contained in:
parent
1d5eb13704
commit
c03e48e87f
@ -1,3 +1,8 @@
|
||||
Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* 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 <fnf@cygnus.com>
|
||||
|
||||
* Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user