From cd453c827a7d408f02dda35d5e4e44f9cbbe7c09 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 19 Nov 2019 10:44:37 -0700 Subject: [PATCH] makefile: fix nonexistent include directory warning with GNU compiler --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c8639292..6a7575ca 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ endif LIBRARY = libstochastic_physics.a -FFLAGS += -I./include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I$(FMS_DIR) -I../FV3/namphysics +FFLAGS += -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I$(FMS_DIR) -I../FV3/namphysics SRCS_F =