Add missing dependency, pdbApp must follow configure
The pdbApp/Makefile needs $(EPICS_QSRV_ABI_MAJOR_VERSION) and $(EPICS_QSRV_ABI_MINOR_VERSION), which will only be set if the Makefile is parsed after configure/Makefile has installed the CONFIG_QSRV_VERSION file.
This commit is contained in:

committed by
mdavidsaver

parent
1d0be31d3f
commit
26d369c042
3
Makefile
3
Makefile
@ -7,6 +7,9 @@ DIRS += configure
|
|||||||
DIRS += $(wildcard *App)
|
DIRS += $(wildcard *App)
|
||||||
DIRS += $(wildcard iocBoot)
|
DIRS += $(wildcard iocBoot)
|
||||||
|
|
||||||
|
# pdbApp depends on configure for CONFIG_QSRV_VERSION
|
||||||
|
pdbApp_DEPEND_DIRS = configure
|
||||||
|
|
||||||
# iocBoot depends on all *App dirs
|
# iocBoot depends on all *App dirs
|
||||||
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
||||||
testApp_DEPEND_DIRS += p2pApp pdbApp
|
testApp_DEPEND_DIRS += p2pApp pdbApp
|
||||||
|
Reference in New Issue
Block a user