summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 05:48:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 05:48:15 +0000
commitc3214961812b760bf86b20b16afcae91037164bb (patch)
tree6a556682c8a3ab09aa138a8a3b48147d6333e725 /cpukit/libblock/configure.ac
parent2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c3214961812b760bf86b20b16afcae91037164bb.tar.bz2
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge src/Makefile.am. * src/Makefile.am: Remove. * configure.ac: Remove src/Makefile.am
Diffstat (limited to 'cpukit/libblock/configure.ac')
-rw-r--r--cpukit/libblock/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/libblock/configure.ac b/cpukit/libblock/configure.ac
index e302bcccac..4746f5d2cd 100644
--- a/cpukit/libblock/configure.ac
+++ b/cpukit/libblock/configure.ac
@@ -22,7 +22,5 @@ RTEMS_CANONICALIZE_TOOLS
AC_PROG_RANLIB
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-src/Makefile
-])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT