Skip to content
Snippets Groups Projects
Commit bd090a72 authored by Simon Rose's avatar Simon Rose
Browse files

Remove db expansion for moduleversion

parent ea75d8c7
No related branches found
No related tags found
No related merge requests found
...@@ -59,16 +59,6 @@ USR_CFLAGS += -std=c99 ...@@ -59,16 +59,6 @@ USR_CFLAGS += -std=c99
# USR_CFLAGS += -DT_A='"${T_A}"' # USR_CFLAGS += -DT_A='"${T_A}"'
TEMPLATES += $(APPDB)/moduleversion.template TEMPLATES += $(APPDB)/moduleversion.template
# TEMPLATES += moduleversion.db
vpath dbLoadTemplate_lex.l ../$(APPSRC) vpath dbLoadTemplate_lex.l ../$(APPSRC)
dbLoadTemplate.c: dbLoadTemplate_lex.c ../$(APPSRC)/dbLoadTemplate.h 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment