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:

committed by
mdavidsaver

parent
a4f35714a0
commit
5f434aec59
@ -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
|
||||
|
Reference in New Issue
Block a user