summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/minimum/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:21:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:21:36 +0000
commitc9cbbe2290c59254f752cabc37e248f2d57aed90 (patch)
tree5ed0d33f8c661bf9c999ef87195036a32253104d /testsuites/samples/minimum/Makefile.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c9cbbe2290c59254f752cabc37e248f2d57aed90.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* minimum/Makefile.am: Fix comments to make automake-1.5 happy. * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * cdtest/Makefile.am: Remove LD_LIBS.
Diffstat (limited to 'testsuites/samples/minimum/Makefile.am')
-rw-r--r--testsuites/samples/minimum/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/minimum/Makefile.am b/testsuites/samples/minimum/Makefile.am
index db0f560028..971ea9eaf7 100644
--- a/testsuites/samples/minimum/Makefile.am
+++ b/testsuites/samples/minimum/Makefile.am
@@ -30,7 +30,7 @@ include $(top_srcdir)/sample.am
#
all-local: ${ARCH} $(TMPINSTALL_FILES)
- # This test should not be executed
+# This test should not be executed
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)