summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstkalloc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 20:26:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 20:26:01 +0000
commit2962c9931ad1baedfb07a492ac0a0d94461f7d5f (patch)
treebf058f0c6b6bc3bcdd98324375da5a4de6b3efa6 /testsuites/sptests/spstkalloc
parent2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2962c9931ad1baedfb07a492ac0a0d94461f7d5f.tar.bz2
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was copied fomr other Makefile.am's.
Diffstat (limited to 'testsuites/sptests/spstkalloc')
-rw-r--r--testsuites/sptests/spstkalloc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/sptests/spstkalloc/Makefile.am b/testsuites/sptests/spstkalloc/Makefile.am
index bf4addcbd4..e6609620f3 100644
--- a/testsuites/sptests/spstkalloc/Makefile.am
+++ b/testsuites/sptests/spstkalloc/Makefile.am
@@ -17,7 +17,6 @@ include $(top_srcdir)/../automake/leaf.am
spstkalloc_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-AM_CPPFLAGS += -DUSE_TIMER_SERVER
LINK_OBJS = $(spstkalloc_OBJECTS) $(spstkalloc_LDADD)
LINK_LIBS = $(spstkalloc_LDLIBS)