From 3b601ed1b66b8ce91c9c7728cd2451323af6c1c6 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 31 Aug 2016 20:48:20 -0400 Subject: [PATCH] makefile dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff7d3d8..5cf947c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ DIRS += $(wildcard iocBoot) # iocBoot depends on all *App dirs iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS)) -testApp_DEPEND_DIRS += p2pApp +testApp_DEPEND_DIRS += p2pApp pdbApp # Add any additional dependency rules here: