2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove optman/Makefile from CONFIG_FILES.
	* Makefile.am: Remove optman from SUBDIRS.
This commit is contained in:
Joel Sherrill
2002-01-04 17:55:57 +00:00
parent c672d972e8
commit 46ea78a08c
6 changed files with 12 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -53,7 +53,6 @@ AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_FILES([Makefile
src/Makefile
include/Makefile
optman/Makefile
inline/Makefile
macros/Makefile
])