fix problem in 3.14.12 re-making xxxRecord.h when no Makefile exists

This commit is contained in:
2021-08-10 14:41:11 +02:00
parent df59dabc56
commit 37cd1bf96a
+3 -1
View File
@@ -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:%=../%}