diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-21 22:32:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-21 22:32:04 +0000 |
commit | a0f3541f4091aea6f57a328463df567e771f9634 (patch) | |
tree | f77d9486cc717c652745e5de98dd1ca49210a27b /gdb/testsuite | |
parent | 610a7e7458b46449c5cdedd48079ed974dd5683a (diff) | |
download | gdb-a0f3541f4091aea6f57a328463df567e771f9634.zip gdb-a0f3541f4091aea6f57a328463df567e771f9634.tar.gz gdb-a0f3541f4091aea6f57a328463df567e771f9634.tar.bz2 |
* Makefile.in: Remove definition of CC and remove the second
definition of CXX (the "CXX = gcc" one remains). These definitions
were causing backquotes to be expanded within backquotes, which
doesn't work.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bf265f5..7b9c40e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Makefile.in: Remove definition of CC and remove the second + definition of CXX (the "CXX = gcc" one remains). These definitions + were causing backquotes to be expanded within backquotes, which + doesn't work. + Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) * gdb.t17/callfuncs.exp: Add "return 0" to end. |