From 8fbdf07b621f00c412455df24c820422b3712064 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 15:22:23 +0000 Subject: Patch rtems-rc-20000118-2.diff from Ralf Corsepius that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams). --- testsuites/samples/cdtest/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/samples/cdtest') diff --git a/testsuites/samples/cdtest/Makefile.am b/testsuites/samples/cdtest/Makefile.am index d9af49e01f..0bdf792c92 100644 --- a/testsuites/samples/cdtest/Makefile.am +++ b/testsuites/samples/cdtest/Makefile.am @@ -9,11 +9,9 @@ PGM = ${ARCH}/$(SAMPLE).exe MANAGERS = all -# C source names, if any, go here -- minus the .c C_FILES = init.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -# C++ source names, if any, go here -- minus the .cc CC_FILES = main.cc CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o) -- cgit v1.2.3