From f794e7012a32df1515ab2d08a7fa5d67733bbdfc Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 13 Feb 2020 11:42:52 -0500 Subject: [PATCH] mutstore2: Declare dependency on array --- gc/mutstore2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gc/mutstore2/Makefile b/gc/mutstore2/Makefile index 85cf4f9..8879a5b 100644 --- a/gc/mutstore2/Makefile +++ b/gc/mutstore2/Makefile @@ -4,5 +4,6 @@ include $(TOP)/mk/boilerplate.mk FAST_OPTS = 100000 NORM_OPTS = 300000 SLOW_OPTS = 600000 +SRC_DEPS = array include $(TOP)/mk/target.mk -- GitLab