summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/Makefile.in2
-rw-r--r--c/src/exec/sapi/include/rtems/Makefile.in2
-rw-r--r--c/src/exec/score/include/rtems/score/Makefile.in2
3 files changed, 4 insertions, 2 deletions
diff --git a/c/src/exec/Makefile.in b/c/src/exec/Makefile.in
index 4876b579f9..80ee6af6ba 100644
--- a/c/src/exec/Makefile.in
+++ b/c/src/exec/Makefile.in
@@ -22,6 +22,8 @@ POSIX_DIRS = $(POSIX_DIRS_$(HAS_POSIX_API)_V)
SUB_DIRS = score rtems $(POSIX_DIRS) sapi wrapup
+CLOBBER_ADDITIONS += config.log config.cache
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
diff --git a/c/src/exec/sapi/include/rtems/Makefile.in b/c/src/exec/sapi/include/rtems/Makefile.in
index 68d513f627..affb749384 100644
--- a/c/src/exec/sapi/include/rtems/Makefile.in
+++ b/c/src/exec/sapi/include/rtems/Makefile.in
@@ -37,7 +37,7 @@ $(INSTALLDIRS):
#
CLEAN_ADDITIONS +=
-CLOBBER_ADDITIONS +=
+CLOBBER_ADDITIONS += sptables.h
all: preinstall
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 \