bugfix: require db dir is not in EPICS_DB_INCLUDE_PATH because require is not loaded with require

This commit is contained in:
2015-12-03 16:54:30 +01:00
parent 75eac63a72
commit cd5457891a
+1 -1
View File
@@ -1 +1 @@
dbLoadRecords "moduleversion.template","IOC=$(IOC),MODULE=$(MODULE),VERSION=$($(MODULE)_VERSION),MODULE_COUNT=$(MODULE_COUNT),BUFFER_SIZE=$(BUFFER_SIZE)"
dbLoadRecords "$(require_DIR)/db/moduleversion.template","IOC=$(IOC),MODULE=$(MODULE),VERSION=$($(MODULE)_VERSION),MODULE_COUNT=$(MODULE_COUNT),BUFFER_SIZE=$(BUFFER_SIZE)"