diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:46:40 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:46:40 +0000 |
commit | 1960925df0c8b6284a48975847911641600b993c (patch) | |
tree | 360f1d8da714ab76c1b0fd518b3c0345e32dfd2e /c/src/exec/wrapup/Makefile.am | |
parent | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff) | |
download | rtems-1960925df0c8b6284a48975847911641600b993c.tar.bz2 |
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to '')
-rw-r--r-- | c/src/exec/wrapup/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am index 4d37763c62..e8325dfc9a 100644 --- a/c/src/exec/wrapup/Makefile.am +++ b/c/src/exec/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 LIBNAME = librtemscpu LIB = $(ARCH)/$(LIBNAME).a |