From 7dfc645af295dfe5ee0463978f674e6b5c4a30ce Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Sat, 8 Mar 2025 01:33:58 +0000 Subject: [PATCH] Per #3098, also need to handle the GMC to GAC file name change in the Makefiles. --- data/poly/Makefile.am | 2 +- data/poly/Makefile.in | 2 +- data/poly/NCEP_masks/Makefile.am | 2 +- data/poly/NCEP_masks/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/poly/Makefile.am b/data/poly/Makefile.am index 10148ccbf7..6603d58aa1 100644 --- a/data/poly/Makefile.am +++ b/data/poly/Makefile.am @@ -28,7 +28,7 @@ poly_DATA = \ CAR.poly \ ECA.poly \ GLF.poly \ - GMC.poly \ + GAC.poly \ GRB.poly \ HWI.poly \ LMV.poly \ diff --git a/data/poly/Makefile.in b/data/poly/Makefile.in index 04906070f5..6167e3e07d 100644 --- a/data/poly/Makefile.in +++ b/data/poly/Makefile.in @@ -377,7 +377,7 @@ poly_DATA = \ CAR.poly \ ECA.poly \ GLF.poly \ - GMC.poly \ + GAC.poly \ GRB.poly \ HWI.poly \ LMV.poly \ diff --git a/data/poly/NCEP_masks/Makefile.am b/data/poly/NCEP_masks/Makefile.am index c1ba4d12af..cbd1e70e6e 100644 --- a/data/poly/NCEP_masks/Makefile.am +++ b/data/poly/NCEP_masks/Makefile.am @@ -26,7 +26,7 @@ ncepmasks_DATA = \ CAR_mask.nc \ ECA_mask.nc \ GLF_mask.nc \ - GMC_mask.nc \ + GAC_mask.nc \ GRB_mask.nc \ HWI_mask.nc \ LMV_mask.nc \ diff --git a/data/poly/NCEP_masks/Makefile.in b/data/poly/NCEP_masks/Makefile.in index 4ecea4b0d0..6c2563d3e0 100644 --- a/data/poly/NCEP_masks/Makefile.in +++ b/data/poly/NCEP_masks/Makefile.in @@ -317,7 +317,7 @@ ncepmasks_DATA = \ CAR_mask.nc \ ECA_mask.nc \ GLF_mask.nc \ - GMC_mask.nc \ + GAC_mask.nc \ GRB_mask.nc \ HWI_mask.nc \ LMV_mask.nc \