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/tmtests/tm25/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testsuites/tmtests/tm25/Makefile.am') diff --git a/testsuites/tmtests/tm25/Makefile.am b/testsuites/tmtests/tm25/Makefile.am index fae3c03c1e..672db6e770 100644 --- a/testsuites/tmtests/tm25/Makefile.am +++ b/testsuites/tmtests/tm25/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = io semaphore semaphore -rtems_tests_PROGRAMS = tm25.exe -tm25_exe_SOURCES = task1.c system.h ../include/timesys.h \ +rtems_tests_PROGRAMS = tm25 +tm25_SOURCES = task1.c system.h ../include/timesys.h \ ../../support/src/tmtests_empty_function.c dist_rtems_tests_DATA = tm25.doc @@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -tm25_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +tm25_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) OPERATION_COUNT = @OPERATION_COUNT@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(tm25_exe_OBJECTS) $(tm25_exe_LDADD) -LINK_LIBS = $(tm25_exe_LDLIBS) +LINK_OBJS = $(tm25_OBJECTS) $(tm25_LDADD) +LINK_LIBS = $(tm25_LDLIBS) -tm25.exe$(EXEEXT): $(tm25_exe_OBJECTS) $(tm25_exe_DEPENDENCIES) - @rm -f tm25.exe$(EXEEXT) +tm25$(EXEEXT): $(tm25_OBJECTS) $(tm25_DEPENDENCIES) + @rm -f tm25$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3