From 1564f87bd6d543164f01aed6578e14367ddcc81c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 19 Oct 2018 17:05:55 -0500 Subject: [PATCH] Add missing dependency for parallel builds in std/link/test --- src/std/link/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/std/link/test/Makefile b/src/std/link/test/Makefile index 2a6507e07..2beb4e5b0 100644 --- a/src/std/link/test/Makefile +++ b/src/std/link/test/Makefile @@ -57,3 +57,4 @@ include $(TOP)/configure/RULES ioRecord$(DEP): $(COMMON_DIR)/ioRecord.h lnkStateTest$(DEP): $(COMMON_DIR)/ioRecord.h +lnkCalcTest$(DEP): $(COMMON_DIR)/ioRecord.h