From e983f666c1acbe2f5c7d0213cd104c7f6de1e3de Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Dec 2015 11:11:56 -0500 Subject: tests/local.mk: Add missing dependency --- diff --git a/tests/local.mk b/tests/local.mk index f14d82e..4c54bc8 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -50,5 +50,6 @@ tests_plat_is_concerned_LDADD = $(tests_plat_is_concerned_SOURCES:.sh=.sho) tests_reduce_deps_SOURCES = \ tests/reduce_deps.sh \ tests/common.sh \ - src/deps.sh + src/deps.sh \ + src/archplat.sh tests_reduce_deps_LDADD = $(tests_reduce_deps_SOURCES:.sh=.sho) -- cgit v0.9.1