Add Makefile rule for qsrv.dbd.d to avoid spurious build warning

Prevents "dbdExpand.pl: No input files for ../O.Common/qsrv.dbd"
This commit is contained in:
Andrew Johnson
2018-07-14 18:27:07 -05:00
committed by mdavidsaver
parent a4f35714a0
commit 5f434aec59

View File

@ -99,5 +99,8 @@ else
../O.Common/qsrv.dbd: ../qsrv-old.dbd
$(CP) $< $@
endif
qsrv.dbd$(DEP):
@$(RM) $@
@echo "$(COMMONDEP_TARGET): ../Makefile" > $@
../O.Common/softIocPVA.dbd: ../O.Common/qsrv.dbd