Skip to content

Commit

Permalink
Add missing dependency, pdbApp must follow configure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anjohnson authored and mdavidsaver committed Apr 6, 2018
1 parent 1d0be31 commit 26d369c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26d369c

Please sign in to comment.