]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Fix exec.c handling in Makefile
authorTom Tromey <tom@tromey.com>
Mon, 2 Jul 2018 13:09:37 +0000 (07:09 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 9 Jul 2018 14:03:49 +0000 (08:03 -0600)
commit981e0c0c1aabcd78409184c79e8f88b5de918e38
tree15b40b1178cb8b1aa659a7a4cb85e15ceab90572
parent14ccceb2e24df7defd5264ec3d078f79ecfa1b76
Fix exec.c handling in Makefile

exec.c ws handled specially in COMMON_OBS, but there doesn't seem to
be a reason for this.  This changes the Makefile to treat exec.c as an
ordinary source file.

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

* Makefile.in (ALLDEPFILES): Remove exec.c.
(COMMON_OBS): Remove exec.o.
(COMMON_SFILES): Add exec.c.
gdb/ChangeLog
gdb/Makefile.in