diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:42:50 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:42:50 +0000 |
commit | d6ad3b5042c374051a6eb570b331999962db50d0 (patch) | |
tree | 1b89693eb8397d170104fc846d518754ccfe71e0 /c/src/lib/libbsp/sparc/leon/include/Makefile.am | |
parent | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff) | |
download | rtems-d6ad3b5042c374051a6eb570b331999962db50d0.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]).
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
* gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to '')
-rw-r--r-- | c/src/lib/libbsp/sparc/leon/include/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/include/Makefile.am b/c/src/lib/libbsp/sparc/leon/include/Makefile.am index c8d8f0f7c2..7bc6a8b8a1 100644 --- a/c/src/lib/libbsp/sparc/leon/include/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/include/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 include_HEADERS = bsp.h coverhd.h leon.h bspopts.h |