aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2017-03-14 22:09:40 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2017-03-14 22:09:40 +0000
commit3f82fe35e6dc064f527be578b710d32bbc5b85c0 (patch)
tree8f95cc76fa5cfe8c263a8916a0158f5bb5b126e3 /gcc/Makefile.in
parent0078da24961b9c5d7f5b6b32f8039cdb8a10e219 (diff)
PR c/79936
* Makefile.in (GTFILES): Add calls.c. * calls.c: Include "gt-calls.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 1ba0475c893..e54fac4ec1c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2518,6 +2518,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
$(srcdir)/ipa-devirt.c \
$(srcdir)/internal-fn.h \
$(srcdir)/hsa-common.c \
+ $(srcdir)/calls.c \
@all_gtfiles@
# Compute the list of GT header files from the corresponding C sources,