diff options
author | David D. Zuhn <zoo@cygnus> | 1993-03-25 01:25:09 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-03-25 01:25:09 +0000 |
commit | ebc0f5821b1eb87154f3c4b77b5ea82778899577 (patch) | |
tree | 65b25ac82cabc35fc2e418401232a5e2585e665d /gdb/testsuite | |
parent | 21ce979a5a84d3220e3167e77c9c14cc5f22ec53 (diff) | |
download | gdb-ebc0f5821b1eb87154f3c4b77b5ea82778899577.zip gdb-ebc0f5821b1eb87154f3c4b77b5ea82778899577.tar.gz gdb-ebc0f5821b1eb87154f3c4b77b5ea82778899577.tar.bz2 |
rename deja-gnu to dejagnu
Diffstat (limited to 'gdb/testsuite')
-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 |