From 79799fa6185e42fd6eb026b34fda9f09a2995841 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Fri, 24 May 2024 08:56:06 +0200
Subject: [PATCH] Philippe 24/05/2024: RTTOV13.2: ignore yomhook dependencies

---
 src/Makefile.MESONH.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.MESONH.mk b/src/Makefile.MESONH.mk
index 2444943ff..c5f5aeadd 100644
--- a/src/Makefile.MESONH.mk
+++ b/src/Makefile.MESONH.mk
@@ -1,4 +1,4 @@
-#MNH_LIC Copyright 1994-2021 CNRS, Meteo-France and Universite Paul Sabatier
+#MNH_LIC Copyright 1994-2024 CNRS, Meteo-France and Universite Paul Sabatier
 #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
 #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
 #MNH_LIC for details. version 1.
@@ -213,6 +213,7 @@ LIBS           += $(LIB_RTTOV)
 VPATH         += $(RTTOV_PATH)/mod
 CPPFLAGS    += $(CPPFLAGS_RTTOV)
 CPPFLAGS_MNH += -DMNH_RTTOV_13=MNH_RTTOV_13
+IGNORE_DEP_MASTER += yomhook.D
 endif
 endif
 ##########################################################
-- 
GitLab