summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 92c67de3a2..846f18cc38 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -67,7 +67,6 @@ AM_CONDITIONAL([LIBSCORECPU],
[test -f "${srcdir}/score/cpu/${RTEMS_CPU}/cpu.c"])
AC_CONFIG_SUBDIRS([libcsupport])
-AC_CONFIG_SUBDIRS([libblock])
AC_CONFIG_SUBDIRS([libfs])
AS_IF([test x"$HAS_NETWORKING" = x"yes"],[
AC_CONFIG_SUBDIRS(libnetworking)
@@ -151,9 +150,10 @@ rtems/Makefile
sapi/Makefile
score/Makefile
score/cpu/Makefile
-wrapup/Makefile
])
+AC_CONFIG_FILES([libblock/Makefile])
AC_CONFIG_FILES([ada/Makefile])
+AC_CONFIG_FILES([wrapup/Makefile])
AC_OUTPUT