diff options
-rw-r--r-- | gcell/src/apps/spu/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcell/src/apps/spu/Makefile.am b/gcell/src/apps/spu/Makefile.am index c94fe18ebd..c07a2c3982 100644 --- a/gcell/src/apps/spu/Makefile.am +++ b/gcell/src/apps/spu/Makefile.am @@ -30,3 +30,5 @@ noinst_PROGRAMS = \ benchmark_procs_SOURCES = benchmark_procs.c benchmark_procs_LDADD = $(GCELL_SPU_LA) +benchmark_procs_DEPENDENCIES = $(GCELL_SPU_LA) + |