mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2018-07-09 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* Makefile.in (ALLDEPFILES): Remove exec.c.
|
||||||
|
(COMMON_OBS): Remove exec.o.
|
||||||
|
(COMMON_SFILES): Add exec.c.
|
||||||
|
|
||||||
2018-07-09 Tom Tromey <tom@tromey.com>
|
2018-07-09 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
|
* Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
|
||||||
|
@ -1006,6 +1006,7 @@ COMMON_SFILES = \
|
|||||||
event-loop.c \
|
event-loop.c \
|
||||||
event-top.c \
|
event-top.c \
|
||||||
exceptions.c \
|
exceptions.c \
|
||||||
|
exec.c \
|
||||||
expprint.c \
|
expprint.c \
|
||||||
extension.c \
|
extension.c \
|
||||||
f-lang.c \
|
f-lang.c \
|
||||||
@ -1551,7 +1552,6 @@ TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
|
|||||||
TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
|
TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
|
||||||
|
|
||||||
COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
|
COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
|
||||||
exec.o \
|
|
||||||
mi/mi-common.o \
|
mi/mi-common.o \
|
||||||
version.o \
|
version.o \
|
||||||
xml-builtin.o \
|
xml-builtin.o \
|
||||||
@ -2208,7 +2208,6 @@ ALLDEPFILES = \
|
|||||||
bsd-uthread.c \
|
bsd-uthread.c \
|
||||||
darwin-nat.c \
|
darwin-nat.c \
|
||||||
dicos-tdep.c \
|
dicos-tdep.c \
|
||||||
exec.c \
|
|
||||||
fbsd-nat.c \
|
fbsd-nat.c \
|
||||||
fbsd-tdep.c \
|
fbsd-tdep.c \
|
||||||
fork-child.c \
|
fork-child.c \
|
||||||
|
Reference in New Issue
Block a user