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/tm18/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testsuites/tmtests/tm18/Makefile.am') diff --git a/testsuites/tmtests/tm18/Makefile.am b/testsuites/tmtests/tm18/Makefile.am index 9fbaba5997..3cb12fc5bc 100644 --- a/testsuites/tmtests/tm18/Makefile.am +++ b/testsuites/tmtests/tm18/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = io semaphore -rtems_tests_PROGRAMS = tm18.exe -tm18_exe_SOURCES = task1.c system.h ../include/timesys.h \ +rtems_tests_PROGRAMS = tm18 +tm18_SOURCES = task1.c system.h ../include/timesys.h \ ../../support/src/tmtests_empty_function.c dist_rtems_tests_DATA = tm18.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 -tm18_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +tm18_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 = $(tm18_exe_OBJECTS) $(tm18_exe_LDADD) -LINK_LIBS = $(tm18_exe_LDLIBS) +LINK_OBJS = $(tm18_OBJECTS) $(tm18_LDADD) +LINK_LIBS = $(tm18_LDLIBS) -tm18.exe$(EXEEXT): $(tm18_exe_OBJECTS) $(tm18_exe_DEPENDENCIES) - @rm -f tm18.exe$(EXEEXT) +tm18$(EXEEXT): $(tm18_OBJECTS) $(tm18_DEPENDENCIES) + @rm -f tm18$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3