summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/score/Makefile.in')
-rw-r--r--c/src/exec/score/include/rtems/score/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/include/rtems/score/Makefile.in b/c/src/exec/score/include/rtems/score/Makefile.in
index 415ac2601f..c8c24d01da 100644
--- a/c/src/exec/score/include/rtems/score/Makefile.in
+++ b/c/src/exec/score/include/rtems/score/Makefile.in
@@ -87,7 +87,7 @@ $(TARGOPTS):
else \
echo "#define USE_INLINES 1" >>$@; \
fi
- if test "$(HAS_MP)" = "yes"; then \
+ @if test "$(HAS_MP)" = "yes"; then \
echo "#define RTEMS_MULTIPROCESSING 1" >>$@; \
fi
@if test "$(HAS_POSIX_API)" = "yes"; then \