diff --git a/Makefile b/Makefile index 5cf947c..aa56547 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ DIRS += configure DIRS += $(wildcard *App) DIRS += $(wildcard iocBoot) +# pdbApp depends on configure for CONFIG_QSRV_VERSION +pdbApp_DEPEND_DIRS = configure + # iocBoot depends on all *App dirs iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS)) testApp_DEPEND_DIRS += p2pApp pdbApp