From 87a01b491c600042d49f4b9f03ff58278f3476d6 Mon Sep 17 00:00:00 2001 From: Anders Lindh Olsson <anders.lindholsson@ess.eu> Date: Wed, 20 Apr 2022 15:06:03 +0200 Subject: [PATCH] Appease simonrose --- require.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/require.Makefile b/require.Makefile index db4f8bcd..16d3c3fa 100644 --- a/require.Makefile +++ b/require.Makefile @@ -67,7 +67,7 @@ HEADERS += $(APPSRC)/require.h # USR_INCLUDES_Linux=-idirafter $(EPICS_BASE)/include -USR_CFLAGS += --std=c99 +USR_CFLAGS += -std=c99 # ESS require doesn't use T_A, because Linux should handle linux as "1" # instead of its name. ESS require can handle them within the EPICS -- GitLab