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/psxtests/psxcleanup/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testsuites/psxtests/psxcleanup') diff --git a/testsuites/psxtests/psxcleanup/Makefile.am b/testsuites/psxtests/psxcleanup/Makefile.am index 915e9dc659..ec4d111c7c 100644 --- a/testsuites/psxtests/psxcleanup/Makefile.am +++ b/testsuites/psxtests/psxcleanup/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = all -rtems_tests_PROGRAMS = psxcleanup.exe -psxcleanup_exe_SOURCES = psxcleanup.c system.h ../include/pmacros.h +rtems_tests_PROGRAMS = psxcleanup +psxcleanup_SOURCES = psxcleanup.c system.h ../include/pmacros.h dist_rtems_tests_DATA = psxcleanup.scn @@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -psxcleanup_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +psxcleanup_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/include AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(psxcleanup_exe_OBJECTS) $(psxcleanup_exe_LDADD) -LINK_LIBS = $(psxcleanup_exe_LDLIBS) +LINK_OBJS = $(psxcleanup_OBJECTS) $(psxcleanup_LDADD) +LINK_LIBS = $(psxcleanup_LDLIBS) -psxcleanup.exe$(EXEEXT): $(psxcleanup_exe_OBJECTS) $(psxcleanup_exe_DEPENDENCIES) - @rm -f psxcleanup.exe$(EXEEXT) +psxcleanup$(EXEEXT): $(psxcleanup_OBJECTS) $(psxcleanup_DEPENDENCIES) + @rm -f psxcleanup$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3