From 811804fec86c4c6333c9ae56bedf72cbd7639c9d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Oct 1999 19:15:14 +0000 Subject: Patch from Ralf Corsepius to make fix bug where wrapup left pieces out of the librtemsall.a. --- c/src/exec/score/macros/Makefile.am | 6 +++--- c/src/exec/score/macros/rtems/Makefile.am | 6 +++--- c/src/exec/score/macros/rtems/score/Makefile.am | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'c/src/exec/score/macros') diff --git a/c/src/exec/score/macros/Makefile.am b/c/src/exec/score/macros/Makefile.am index 819d2a246b..f60df4f6b8 100644 --- a/c/src/exec/score/macros/Makefile.am +++ b/c/src/exec/score/macros/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/macros/rtems/Makefile.am b/c/src/exec/score/macros/rtems/Makefile.am index 606bb433bf..7a6308aaf5 100644 --- a/c/src/exec/score/macros/rtems/Makefile.am +++ b/c/src/exec/score/macros/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/macros/rtems/score/Makefile.am b/c/src/exec/score/macros/rtems/score/Makefile.am index d5b2fe9ae4..fbec0357ac 100644 --- a/c/src/exec/score/macros/rtems/score/Makefile.am +++ b/c/src/exec/score/macros/rtems/score/Makefile.am @@ -1,13 +1,13 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 EXTRA_DIST = README if MACROS -# We only build multiprocessing related files if HAS_MP was defined +## We only build multiprocessing related files if HAS_MP was defined MP_I_PIECES_yes_V = mppkt.inl objectmp.inl threadmp.inl MP_I_PIECES = $(MP_I_PIECES_$(HAS_MP)_V) -- cgit v1.2.3