forked from epics_driver_modules/require
fix problem in 3.14.12 re-making xxxRecord.h when no Makefile exists
This commit is contained in:
@@ -749,7 +749,9 @@ CPPFLAGS += -MMD
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
-include *.d
|
||||
|
||||
# Ignore *.h.d files because EPICS 3.14 adds ../Makefile which may not exist
|
||||
-include $(filter-out %.h.d,$(wildcard *.d))
|
||||
|
||||
# Need to find source dbd files relative to one dir up but generated dbd files in this dir.
|
||||
DBDFILES += ${DBD_SRCS:%=../%}
|
||||
|
||||
Reference in New Issue
Block a user