From 46ea78a08cb4a29a847e90e487ae1c3e5ba8ae96 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 17:55:57 +0000 Subject: 2001-12-22 Ralf Corsepius * configure.ac: Remove optman/Makefile from CONFIG_FILES. * Makefile.am: Remove optman from SUBDIRS. --- c/src/exec/posix/ChangeLog | 5 +++++ c/src/exec/posix/Makefile.am | 2 +- c/src/exec/posix/configure.ac | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/exec/posix') 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 + + * configure.ac: Remove optman/Makefile from CONFIG_FILES. + * Makefile.am: Remove optman from SUBDIRS. + 2001-12-19 Ralf Corsepius * 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 ]) -- cgit v1.2.3