diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-04 13:41:22 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-09 13:40:54 +0200 |
commit | 0095afa82a34cdf59a40112b621b348e0087ddb8 (patch) | |
tree | a13940c5d72f96080bbcf3a4a458a597c095af7f | |
parent | 2a700fb8ea95927b02146db2b3338b1f9b868196 (diff) | |
download | gcc-0095afa82a34cdf59a40112b621b348e0087ddb8.zip gcc-0095afa82a34cdf59a40112b621b348e0087ddb8.tar.gz gcc-0095afa82a34cdf59a40112b621b348e0087ddb8.tar.bz2 |
Remove 'gcc/omp-offload.c' from 'GTFILES'
Given that it doesn't contain any 'GTY' markers, no 'gcc/gt-omp-offload.h' file
gets generated (and '#include'd anywhere).
Small fix-up for r243673 (Git commit 629b3d75c8c5a244d891a9c292bca6912d4b0dd9)
"Split omp-low into multiple files".
gcc/
* Makefile.in (GTFILES): Remove '$(srcdir)/omp-offload.c'.
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index c0f6e0a..8baa3b7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2693,7 +2693,6 @@ GTFILES = $(CPPLIB_H) $(srcdir)/input.h $(srcdir)/coretypes.h \ $(srcdir)/tree-ssa-operands.h \ $(srcdir)/tree-profile.c $(srcdir)/tree-nested.c \ $(srcdir)/omp-offload.h \ - $(srcdir)/omp-offload.c \ $(srcdir)/omp-general.c \ $(srcdir)/omp-low.c \ $(srcdir)/targhooks.c $(out_file) $(srcdir)/passes.c \ |