summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp34
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/sp34
parent2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d5483771c21619e164e5a5cc308802027785dcc.tar.bz2
Eliminate _exe_/.exe.
Diffstat (limited to 'testsuites/sptests/sp34')
-rw-r--r--testsuites/sptests/sp34/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/sptests/sp34/Makefile.am b/testsuites/sptests/sp34/Makefile.am
index b5308beff1..6f92af5306 100644
--- a/testsuites/sptests/sp34/Makefile.am
+++ b/testsuites/sptests/sp34/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = sp34.exe
-sp34_exe_SOURCES = changepri.c
+rtems_tests_PROGRAMS = sp34
+sp34_SOURCES = changepri.c
dist_rtems_tests_DATA = sp34.scn
dist_rtems_tests_DATA += sp34.doc
@@ -16,11 +16,11 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(sp34_exe_OBJECTS) $(sp34_exe_LDADD)
-LINK_LIBS = $(sp34_exe_LDLIBS)
+LINK_OBJS = $(sp34_OBJECTS) $(sp34_LDADD)
+LINK_LIBS = $(sp34_LDLIBS)
-sp34.exe$(EXEEXT): $(sp34_exe_OBJECTS) $(sp34_exe_DEPENDENCIES)
- @rm -f sp34.exe$(EXEEXT)
+sp34$(EXEEXT): $(sp34_OBJECTS) $(sp34_DEPENDENCIES)
+ @rm -f sp34$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am