diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-14 05:15:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-14 05:15:16 +0000 |
commit | 9922b56ffbf6ba26cd28ea9f0c6a4c73e640e528 (patch) | |
tree | 52b4d05b99a8057b93c82409bbf3014bff9ac101 | |
parent | 6681674e3c766405b11c5476fb934083433dab69 (diff) | |
download | coreutils-9922b56ffbf6ba26cd28ea9f0c6a4c73e640e528.tar.xz |
add ## comment on first line
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | lib/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7ad0eabc2..4e7948ef6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in info_TEXINFOS = fileutils.texi EXTRA_DIST = perm.texi getdate.texi diff --git a/lib/Makefile.am b/lib/Makefile.am index 8fdbef432..e178b2875 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in noinst_LIBRARIES = fu EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \ |