summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/rtems
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/inline/rtems/Makefile.am6
-rw-r--r--c/src/exec/score/inline/rtems/score/Makefile.am8
2 files changed, 7 insertions, 7 deletions
diff --git a/c/src/exec/score/inline/rtems/Makefile.am b/c/src/exec/score/inline/rtems/Makefile.am
index 606bb433bf..7a6308aaf5 100644
--- a/c/src/exec/score/inline/rtems/Makefile.am
+++ b/c/src/exec/score/inline/rtems/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/score/inline/rtems/score/Makefile.am b/c/src/exec/score/inline/rtems/score/Makefile.am
index 94e97a22e1..61a34527dc 100644
--- a/c/src/exec/score/inline/rtems/score/Makefile.am
+++ b/c/src/exec/score/inline/rtems/score/Makefile.am
@@ -1,11 +1,11 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
if INLINE
-# 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)