summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 17:55:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 17:55:57 +0000
commit46ea78a08cb4a29a847e90e487ae1c3e5ba8ae96 (patch)
treebb258e6699031b66a93d58968e77770e768b7fee /c/src/exec
parent2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-46ea78a08cb4a29a847e90e487ae1c3e5ba8ae96.tar.bz2
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove optman/Makefile from CONFIG_FILES. * Makefile.am: Remove optman from SUBDIRS.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/posix/ChangeLog5
-rw-r--r--c/src/exec/posix/Makefile.am2
-rw-r--r--c/src/exec/posix/configure.ac1
3 files changed, 6 insertions, 2 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 1d07d15574..df2e4efb1b 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove optman/Makefile from CONFIG_FILES.
+ * Makefile.am: Remove optman from SUBDIRS.
+
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
diff --git a/c/src/exec/posix/Makefile.am b/c/src/exec/posix/Makefile.am
index 26d44b61e8..7d2bb3ca04 100644
--- a/c/src/exec/posix/Makefile.am
+++ b/c/src/exec/posix/Makefile.am
@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
-SUBDIRS = include inline macros src optman
+SUBDIRS = include inline macros src
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am
diff --git a/c/src/exec/posix/configure.ac b/c/src/exec/posix/configure.ac
index a19b0be67f..79a102efac 100644
--- a/c/src/exec/posix/configure.ac
+++ b/c/src/exec/posix/configure.ac
@@ -53,7 +53,6 @@ AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_FILES([Makefile
src/Makefile
include/Makefile
-optman/Makefile
inline/Makefile
macros/Makefile
])