summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios
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/libtests/termios
parent2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d5483771c21619e164e5a5cc308802027785dcc.tar.bz2
Eliminate _exe_/.exe.
Diffstat (limited to 'testsuites/libtests/termios')
-rw-r--r--testsuites/libtests/termios/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuites/libtests/termios/Makefile.am b/testsuites/libtests/termios/Makefile.am
index 38583ce765..c53fc9347a 100644
--- a/testsuites/libtests/termios/Makefile.am
+++ b/testsuites/libtests/termios/Makefile.am
@@ -4,22 +4,22 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = termios.exe
-termios_exe_SOURCES = init.c
+rtems_tests_PROGRAMS = termios
+termios_SOURCES = init.c
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-termios_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+termios_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(termios_exe_OBJECTS) $(termios_exe_LDADD)
-LINK_LIBS = $(termios_exe_LDLIBS)
+LINK_OBJS = $(termios_OBJECTS) $(termios_LDADD)
+LINK_LIBS = $(termios_LDLIBS)
-termios.exe$(EXEEXT): $(termios_exe_OBJECTS) $(termios_exe_DEPENDENCIES)
- @rm -f termios.exe$(EXEEXT)
+termios$(EXEEXT): $(termios_OBJECTS) $(termios_DEPENDENCIES)
+ @rm -f termios$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am