diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-09 19:06:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-09 19:06:31 +0000 |
commit | 03fbbc6ee0fee4576d106756cd7555bd5a960704 (patch) | |
tree | ec0fa9a31549693741395883320717cb7e107484 | |
parent | ab08d64445af97eada5ebb92f2e35c6913e80990 (diff) | |
download | coreutils-03fbbc6ee0fee4576d106756cd7555bd5a960704.tar.xz |
add -*-Makefile-*- to first line
-rw-r--r-- | m4/Makefile.am | 2 | ||||
-rw-r--r-- | tests/date/Makefile.am | 2 | ||||
-rw-r--r-- | tests/factor/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am index 059fdd265..1f07ad9e5 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in +## Process this file with automake to produce Makefile.in -*-Makefile-*- # Generate this list with # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \ diff --git a/tests/date/Makefile.am b/tests/date/Makefile.am index ca1d100ba..1b698dc06 100644 --- a/tests/date/Makefile.am +++ b/tests/date/Makefile.am @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in. +## Process this file with automake to produce Makefile.in -*-Makefile-*-. ##test-files-begin x = date diff --git a/tests/factor/Makefile.am b/tests/factor/Makefile.am index 55a2388cb..a83727207 100644 --- a/tests/factor/Makefile.am +++ b/tests/factor/Makefile.am @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in. +## Process this file with automake to produce Makefile.in -*-Makefile-*-. ##test-files-begin x = factor |