summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 30e6394843..604a8c26cb 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -5,9 +5,6 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
-CLEANFILES =
-DISTCLEANFILES =
-
SUBDIRS = . cpu
## include
@@ -156,11 +153,10 @@ libscore_a_CPPFLAGS = $(AM_CPPFLAGS)
EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt
-DISTCLEANFILES += include/rtems/score/cpuopts.h
+DISTCLEANFILES = include/rtems/score/cpuopts.h
all-local: $(PREINSTALL_FILES)
include $(srcdir)/preinstall.am
-
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am