From 14c9877f3bf597c67416a90afcae6cd971f36068 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 6 Jun 2011 19:15:07 +0000 Subject: [PATCH] Make dependences on motorRecord.h explicit --- motorApp/MotorSrc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index a7e2147b..4749e6b3 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -40,3 +40,9 @@ motor_LIBS += $(EPICS_BASE_IOC_LIBS) include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE + +# Parallel build sometimes fails. +# Make dependences on motorRecord.h explicit. +motorRecord$(OBJ): $(COMMON_DIR)/motorRecord.h +motordevCom$(OBJ): $(COMMON_DIR)/motorRecord.h +devMotorAsyn$(OBJ): $(COMMON_DIR)/motorRecord.h