From f47e8ad2c53a9cfb3a7c5fff645bdc60ae08ce90 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Nov 1997 19:06:31 +0000 Subject: [PATCH] add -*-Makefile-*- to first line --- lib/Makefile.am | 2 +- m4/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 55a33607d3..8734a6a225 100644 --- a/lib/Makefile.am +++ b/lib/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-*- noinst_LIBRARIES = libfu.a EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \ diff --git a/m4/Makefile.am b/m4/Makefile.am index 059fdd265f..1f07ad9e54 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' @ \ -- 2.30.2