From 3d5483771c21619e164e5a5cc308802027785dcc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 3 Apr 2009 12:55:13 +0000 Subject: Eliminate _exe_/.exe. --- testsuites/sptests/sp27/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testsuites/sptests/sp27') diff --git a/testsuites/sptests/sp27/Makefile.am b/testsuites/sptests/sp27/Makefile.am index bd706176b6..b9a2d124a4 100644 --- a/testsuites/sptests/sp27/Makefile.am +++ b/testsuites/sptests/sp27/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = all -rtems_tests_PROGRAMS = sp27.exe -sp27_exe_SOURCES = init.c +rtems_tests_PROGRAMS = sp27 +sp27_SOURCES = init.c dist_rtems_tests_DATA = sp27.scn dist_rtems_tests_DATA += sp27.doc @@ -14,13 +14,13 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -sp27_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +sp27_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -LINK_OBJS = $(sp27_exe_OBJECTS) $(sp27_exe_LDADD) -LINK_LIBS = $(sp27_exe_LDLIBS) +LINK_OBJS = $(sp27_OBJECTS) $(sp27_LDADD) +LINK_LIBS = $(sp27_LDLIBS) -sp27.exe$(EXEEXT): $(sp27_exe_OBJECTS) $(sp27_exe_DEPENDENCIES) - @rm -f sp27.exe$(EXEEXT) +sp27$(EXEEXT): $(sp27_OBJECTS) $(sp27_DEPENDENCIES) + @rm -f sp27$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3