From: Thomas Schwinge Date: Wed, 4 Aug 2021 11:41:22 +0000 (+0200) Subject: Remove 'gcc/omp-offload.c' from 'GTFILES' X-Git-Tag: basepoints/gcc-13~5497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0095afa82a34cdf59a40112b621b348e0087ddb8;p=thirdparty%2Fgcc.git 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'. --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index c0f6e0a2e39a..8baa3b766015 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 \