]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove 'gcc/omp-offload.c' from 'GTFILES'
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 4 Aug 2021 11:41:22 +0000 (13:41 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 9 Aug 2021 11:40:54 +0000 (13:40 +0200)
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

index c0f6e0a2e39a3c31657121a697faae2fc6b1cf62..8baa3b766015f0845f3b01156907ec8dc0fb4ed7 100644 (file)
@@ -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 \