summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-16 13:30:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-16 13:30:22 +0000
commit5be35eecb438fb7c18d979215cce927a2e863996 (patch)
treeeeb4bef07ac28ce7cfd74865ced48ac358dce01c /cpukit/posix/configure.ac
parent2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5be35eecb438fb7c18d979215cce927a2e863996.tar.bz2
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/sys/Makefile.am: Remove. * include/rtems/Makefile.am: Remove. * include/rtems/posix/Makefile.am: Remove. * include/Makefile.am: Handle subdirs. * inline/rtems/Makefile.am: Remove. * inline/rtems/posix/Makefile.am: Remove. * inline/Makefile.am: Handle subdirs. * macros/rtems/Makefile.am: Remove. * macros/rtems/posix/Makefile.am: Remove. * macros/Makefile.am: Handle subdirs. * configure.ac: Reflect changes above.
Diffstat (limited to 'cpukit/posix/configure.ac')
-rw-r--r--cpukit/posix/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/posix/configure.ac b/cpukit/posix/configure.ac
index 3aa1f2e39f..a19b0be67f 100644
--- a/cpukit/posix/configure.ac
+++ b/cpukit/posix/configure.ac
@@ -53,15 +53,8 @@ AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_FILES([Makefile
src/Makefile
include/Makefile
-include/sys/Makefile
-include/rtems/Makefile
-include/rtems/posix/Makefile
optman/Makefile
inline/Makefile
-inline/rtems/Makefile
-inline/rtems/posix/Makefile
macros/Makefile
-macros/rtems/Makefile
-macros/rtems/posix/Makefile
])
AC_OUTPUT