From: Jim Meyering Date: Sun, 9 Nov 1997 19:06:31 +0000 (+0000) Subject: add -*-Makefile-*- to first line X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47e8ad2c53a9cfb3a7c5fff645bdc60ae08ce90;p=pspp add -*-Makefile-*- to first line --- 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' @ \