From 7e3887773ab0c62e82e34e2fac42f5e1acf66794 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 09:03:24 +0000 Subject: Eliminate TEST. --- testsuites/libtests/putenvtest/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'testsuites/libtests/putenvtest/Makefile.am') diff --git a/testsuites/libtests/putenvtest/Makefile.am b/testsuites/libtests/putenvtest/Makefile.am index f3de81100a..083edfd0c0 100644 --- a/testsuites/libtests/putenvtest/Makefile.am +++ b/testsuites/libtests/putenvtest/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -TEST = putenvtest MANAGERS = io @@ -14,7 +13,7 @@ DOCS = OBJS = $(lib_a_OBJECTS) -PGM = ${ARCH}/$(TEST).exe +PGM = ${ARCH}/putenvtest.exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am @@ -26,10 +25,10 @@ $(project_bspdir)/tests/$(dirstamp): @$(mkdir_p) $(project_bspdir)/tests @: > $(project_bspdir)/tests/$(dirstamp) -$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) +$(project_bspdir)/tests/putenvtest.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) $(INSTALL_PROGRAM) $< $@ -TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe +TMPINSTALL_FILES = $(project_bspdir)/tests/putenvtest.exe $(PGM): ${ARCH}/$(dirstamp) -- cgit v1.2.3