diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-03-24 07:39:22 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-03-24 07:39:22 +0000 |
commit | b1408be636817de8bfb39f154cc3db0d3736434c (patch) | |
tree | 1db7cc7ddb6aa39dd09cd5bda242618f2cac1ac9 /gcell/src | |
parent | 166bf655a6ee9c710205ffab69fccb82a419f175 (diff) |
dependency fix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8089 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gcell/src')
-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) + |