summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp36
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-03 12:55:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-03 12:55:13 +0000
commit3d5483771c21619e164e5a5cc308802027785dcc (patch)
treee5517f30599b1c7b69c80a159ccae6851146508e /testsuites/sptests/sp36
parent2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d5483771c21619e164e5a5cc308802027785dcc.tar.bz2
Eliminate _exe_/.exe.
Diffstat (limited to 'testsuites/sptests/sp36')
-rw-r--r--testsuites/sptests/sp36/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/sptests/sp36/Makefile.am b/testsuites/sptests/sp36/Makefile.am
index 6e837e83e0..447436bb5c 100644
--- a/testsuites/sptests/sp36/Makefile.am
+++ b/testsuites/sptests/sp36/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = sp36.exe
-sp36_exe_SOURCES = strict_order_mut.c
+rtems_tests_PROGRAMS = sp36
+sp36_SOURCES = strict_order_mut.c
dist_rtems_tests_DATA = sp36.scn
dist_rtems_tests_DATA += sp36.doc
@@ -16,11 +16,11 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(sp36_exe_OBJECTS) $(sp36_exe_LDADD)
-LINK_LIBS = $(sp36_exe_LDLIBS)
+LINK_OBJS = $(sp36_OBJECTS) $(sp36_LDADD)
+LINK_LIBS = $(sp36_LDLIBS)
-sp36.exe$(EXEEXT): $(sp36_exe_OBJECTS) $(sp36_exe_DEPENDENCIES)
- @rm -f sp36.exe$(EXEEXT)
+sp36$(EXEEXT): $(sp36_OBJECTS) $(sp36_DEPENDENCIES)
+ @rm -f sp36$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am