From 5049c5c3aed39ab00ebd8c9d96ba9c60e172aa9f Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Mon, 17 Jun 2013 18:11:52 +0000
Subject: [PATCH] dbd dependencies for parallel make

---
 xxxApp/src/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile
index bd27714..c7162a3 100644
--- a/xxxApp/src/Makefile
+++ b/xxxApp/src/Makefile
@@ -317,3 +317,10 @@ xxx_LIBS_Darwin   += $(xxx_Common_LIBS)
 include $(TOP)/configure/RULES
 #----------------------------------------
 #  ADD RULES AFTER THIS LINE
+
+$(COMMON_DIR)/iocxxxWin32Include.dbd: $(COMMON_DIR)/xxx_Common.dbd
+$(COMMON_DIR)/iocxxxWin64Include.dbd: $(COMMON_DIR)/xxx_Common.dbd
+$(COMMON_DIR)/iocxxxCygwinInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd
+$(COMMON_DIR)/iocxxxVXInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd
+$(COMMON_DIR)/iocxxxLinuxInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd
+$(COMMON_DIR)/iocxxxDarwinInclude.dbd: $(COMMON_DIR)/xxx_Common.dbd
-- 
GitLab