diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/testsuite/Makefile.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 024ca86..72c54ec 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,8 @@ Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) * Makefile.in: add null dvi target, don't bother to recurse - through test directories for info and install-info. + through test directories for info and install-info; rename + $(datadir) to be dejagnu instead of deja-gnu Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com) diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index d5a6980..29aa2ae 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -6,7 +6,7 @@ bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib tooldir = $(libdir)/$(target_alias) -datadir = $(exec_prefix)/lib/deja-gnu +datadir = $(exec_prefix)/lib/dejagnu mandir = $(prefix)/man man1dir = $(mandir)/man1 man2dir = $(mandir)/man2 |