forked from epics_driver_modules/motorBase
Merge pull request #141 from epics-modules/issue138
Fix for #138: *.req files fail to install
This commit is contained in:
@@ -19,7 +19,7 @@ DB += $(patsubst ../%, %, $(wildcard ../*.template))
|
||||
DB += $(patsubst ../%, %, $(wildcard ../*.db))
|
||||
DB += $(patsubst ../%, %, $(wildcard ../*.vdb))
|
||||
|
||||
REQ += $(patsubst ../%, %, $(wildcard ../*.req))
|
||||
DB += $(patsubst ../%, %, $(wildcard ../*.req))
|
||||
|
||||
#----------------------------------------------------
|
||||
# Declare template files which do not show up in DB
|
||||
|
||||
Reference in New Issue
Block a user