diff options
author | Tom Tromey <tom@tromey.com> | 2018-07-02 07:36:04 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-07-09 08:03:49 -0600 |
commit | 8fd32c1ce66c66b02b2eb506a038cfc615aad1cb (patch) | |
tree | 37dac31756a8214a271f374699df210848d301cc /gdb/ChangeLog | |
parent | 31278b5193ea6025c09110aef2d67d81a952ebcc (diff) | |
download | gdb-8fd32c1ce66c66b02b2eb506a038cfc615aad1cb.zip gdb-8fd32c1ce66c66b02b2eb506a038cfc615aad1cb.tar.gz gdb-8fd32c1ce66c66b02b2eb506a038cfc615aad1cb.tar.bz2 |
Don't mention XM_CDEPS or NAT_CLIBS
Neither XM_CDEPS nor NAT_CLIBS are defined anywhere, so remove the
uses.
gdb/ChangeLog
2018-07-09 Tom Tromey <tom@tromey.com>
* Makefile.in (CDEPS): Don't mention XM_CDEPS.
(CLIBS): Don't mention NAT_CLIBS.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eee6b5b..70b4d44 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2018-07-09 Tom Tromey <tom@tromey.com> + * Makefile.in (CDEPS): Don't mention XM_CDEPS. + (CLIBS): Don't mention NAT_CLIBS. + +2018-07-09 Tom Tromey <tom@tromey.com> + * Makefile.in (ADD_FILES, ADD_DEPS): Remove. (LIBGDB_OBS, clean mostlyclean): Update. (gdb$(EXEEXT), insight$(EXEEXT)): Update. |