summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-26 12:39:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-26 12:39:49 +0000
commit3cc03ac8592e5008e13354fd9a301be4d27156c3 (patch)
tree7dab4e83ee9312eb4aebcd152d9262a10522a58e /c/src
parentMoved memcpy to newlib/libc/machine/m68k (diff)
downloadrtems-3cc03ac8592e5008e13354fd9a301be4d27156c3.tar.bz2
HAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/tests/samples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/samples/Makefile.in b/c/src/tests/samples/Makefile.in
index f5541f2df6..34beb82a4d 100644
--- a/c/src/tests/samples/Makefile.in
+++ b/c/src/tests/samples/Makefile.in
@@ -15,7 +15,7 @@ include $(RTEMS_ROOT)/make/directory.cfg
# We only build it if HAS_CPLUSCPLUS was defined
CPLUSPLUS_TESTS_yes_V = cdtest
-CPLUSPLUS_TESTS = $(CPLUSPLUS_TESTS_$(HAS_CPLUSPLUS)_V)
+CPLUSPLUS_TESTS = $(CPLUSPLUS_TESTS_$(RTEMS_HAS_CPLUSPLUS)_V)
# base_mp is a sample multiprocessing test
# We only build it if HAS_MP was defined