aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-20 22:43:10 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-20 22:43:10 +0000
commit0022b738691998cec611963e1c221c00468533ed (patch)
treed9179d19ec2dbeaa26ef6e5593a2c5eb17f4343c /gdb/ChangeLog
parent864dbc904ea24ac07192a947c32cdd48ee5a6a6f (diff)
downloadfsf-binutils-gdb-0022b738691998cec611963e1c221c00468533ed.zip
fsf-binutils-gdb-0022b738691998cec611963e1c221c00468533ed.tar.gz
fsf-binutils-gdb-0022b738691998cec611963e1c221c00468533ed.tar.bz2
2003-03-20 Andrew Cagney <cagney@redhat.com>
* Makefile.in (init.c): Don't add $(srcdir) prefix when a file already has a full path.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0d3ba3f..9606f6e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2003-03-20 Andrew Cagney <cagney@redhat.com>
+ * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
+ already has a full path.
+
* main.c (gdb_main): Return 1.
(captured_main): Call error to report an invalid interpreter.