diff options
Diffstat (limited to 'src/tests/dejagnu')
-rw-r--r-- | src/tests/dejagnu/ChangeLog | 5 | ||||
-rw-r--r-- | src/tests/dejagnu/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/dejagnu/ChangeLog b/src/tests/dejagnu/ChangeLog index 86d5e96110..5029e6d8c1 100644 --- a/src/tests/dejagnu/ChangeLog +++ b/src/tests/dejagnu/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Mon Mar 30 13:57:07 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> * t_inetd.c: Include stdlib.h (if present) for atoi() prototype, diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in index 5f6df5b665..60de335bec 100644 --- a/src/tests/dejagnu/Makefile.in +++ b/src/tests/dejagnu/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=tests/dejagnu +mydir=dejagnu BUILDTOP=$(REL)$(U)$(S)$(U) HAVE_RUNTEST = @RUNTEST@ RUNTESTFLAGS = |