diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 14:09:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 14:09:58 +0000 |
commit | 630d0d3f8dfd772a20d71de575ac0fbeb4351e66 (patch) | |
tree | 5befff338ede389322fa1bb38e2abbc6808ddf8b | |
parent | d3af459dac385e13b3bcba63f75462545d243233 (diff) | |
download | coreutils-630d0d3f8dfd772a20d71de575ac0fbeb4351e66.tar.xz |
(DISTCLEANFILES): Add lstat.c and stat.c.
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3aff9e66e..eb57cef8c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,6 +29,7 @@ version-etc.h xalloc.h xstrtol.h BUILT_SOURCES = getdate.c lstat.c stat.c MAINTAINERCLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = lstat.c stat.c EXTRA_DIST = xstat.in lstat.c: xstat.in |