]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove unneeded explicit .o targets
authorTom Tromey <tom@tromey.com>
Sat, 1 Sep 2018 16:23:48 +0000 (10:23 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 4 Sep 2018 16:45:54 +0000 (10:45 -0600)
commit3322c5d9a102f9af099bd87cc65a1e2a70f91c78
tree8c6c1beb89fd8db93d10dea091ab102c2734d43e
parentba2bf2aaba97866f4c9c67239666916caa7bb150
Remove unneeded explicit .o targets

Makefile.in had special cases to compile printcmd.o and target-float.o
with a different set of warnings.  However, this is no longer
required, so this patch removes those rules.

gdb/ChangeLog
2018-09-04  Tom Tromey  <tom@tromey.com>

* Makefile.in (printcmd.o, target-float.o): Remove.
(GDB_WARN_CFLAGS_NO_FORMAT): Remove.
gdb/ChangeLog
gdb/Makefile.in