From bd090a72b8101f4adb47a0fca6b7620317084d50 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Thu, 15 Dec 2022 15:43:30 +0100
Subject: [PATCH] Remove db expansion for moduleversion

---
 require.Makefile | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/require.Makefile b/require.Makefile
index e9b528f1..90d10018 100644
--- a/require.Makefile
+++ b/require.Makefile
@@ -59,16 +59,6 @@ USR_CFLAGS += -std=c99
 # USR_CFLAGS += -DT_A='"${T_A}"'
 
 TEMPLATES += $(APPDB)/moduleversion.template
-# TEMPLATES += moduleversion.db
 
 vpath dbLoadTemplate_lex.l ../$(APPSRC)
 dbLoadTemplate.c: dbLoadTemplate_lex.c ../$(APPSRC)/dbLoadTemplate.h
-
-# moduleversion should convert to db instead of template
-# So, ESS uses it internally independent upon any IOC
-# variables
-#
-USR_DBFLAGS += -I . -I ..
-USR_DBFLAGS += -I$(EPICS_BASE)/db
-
-TMPS = $(wildcard $(APPDB)/*.template)
-- 
GitLab