From c43484bf54bc81ddee15107d5ea227487077f1d0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:46:37 +0000 Subject: 2002-03-27 Ralf Corsepius * cpu/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS. --- c/src/exec/score/ChangeLog | 9 +++++++++ c/src/exec/score/Makefile.am | 1 - c/src/exec/score/cpu/Makefile.am | 1 - c/src/exec/score/include/Makefile.am | 1 - c/src/exec/score/inline/Makefile.am | 1 - c/src/exec/score/macros/Makefile.am | 1 - c/src/exec/score/src/Makefile.am | 1 - 7 files changed, 9 insertions(+), 6 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog index 4d62166936..12e3aec7c7 100644 --- a/c/src/exec/score/ChangeLog +++ b/c/src/exec/score/ChangeLog @@ -1,3 +1,12 @@ +2002-03-27 Ralf Corsepius + + * cpu/Makefile.am: Remove AUTOMAKE_OPTIONS. + * src/Makefile.am: Remove AUTOMAKE_OPTIONS. + * Makefile.am: Remove AUTOMAKE_OPTIONS. + * include/Makefile.am: Remove AUTOMAKE_OPTIONS. + * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. + * macros/Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-29 Joel Sherrill * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL. diff --git a/c/src/exec/score/Makefile.am b/c/src/exec/score/Makefile.am index 9eee483746..4f3391f8df 100644 --- a/c/src/exec/score/Makefile.am +++ b/c/src/exec/score/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 SUBDIRS = include inline macros cpu src diff --git a/c/src/exec/score/cpu/Makefile.am b/c/src/exec/score/cpu/Makefile.am index b619a70f04..3ade9d1639 100644 --- a/c/src/exec/score/cpu/Makefile.am +++ b/c/src/exec/score/cpu/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 SUBDIRS = $(RTEMS_CPU) diff --git a/c/src/exec/score/include/Makefile.am b/c/src/exec/score/include/Makefile.am index 99576b4ab6..f04377b86b 100644 --- a/c/src/exec/score/include/Makefile.am +++ b/c/src/exec/score/include/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 $(PROJECT_INCLUDE)/%: % $(INSTALL_DATA) $< $@ diff --git a/c/src/exec/score/inline/Makefile.am b/c/src/exec/score/inline/Makefile.am index 1bd2cecc7f..09d815c465 100644 --- a/c/src/exec/score/inline/Makefile.am +++ b/c/src/exec/score/inline/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 $(PROJECT_INCLUDE)/%: % $(INSTALL_DATA) $< $@ diff --git a/c/src/exec/score/macros/Makefile.am b/c/src/exec/score/macros/Makefile.am index 05c8ecc5aa..5abd88b5d0 100644 --- a/c/src/exec/score/macros/Makefile.am +++ b/c/src/exec/score/macros/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 $(PROJECT_INCLUDE)/%: % $(INSTALL_DATA) $< $@ diff --git a/c/src/exec/score/src/Makefile.am b/c/src/exec/score/src/Makefile.am index a9b589020a..249c05e57c 100644 --- a/c/src/exec/score/src/Makefile.am +++ b/c/src/exec/score/src/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 include $(top_srcdir)/../../../automake/multilib.am include $(top_srcdir)/../../../automake/compile.am -- cgit v1.2.3