From 0095afa82a34cdf59a40112b621b348e0087ddb8 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 4 Aug 2021 13:41:22 +0200 Subject: [PATCH] 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'. --- gcc/Makefile.in | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.47.2