diff options
author | Jim Meyering <jim@meyering.net> | 2001-07-15 15:29:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-07-15 15:29:05 +0000 |
commit | c3db551fd72a4134725146c29d4bb93f264a0906 (patch) | |
tree | 55892febcac4889bdae1db57ca26802019178870 | |
parent | 70d3f1e7723e90b02bb9b23243eea5ae10524ba8 (diff) | |
download | coreutils-c3db551fd72a4134725146c29d4bb93f264a0906.tar.xz |
(DISTCLEANFILES): Add unlocked-io.h.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index eaaf84014..21f58c497 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -93,7 +93,7 @@ libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD) BUILT_SOURCES = getdate.c lstat.c stat.c unlocked-io.h MAINTAINERCLEANFILES = $(BUILT_SOURCES) -DISTCLEANFILES = lstat.c stat.c +DISTCLEANFILES = lstat.c stat.c unlocked-io.h EXTRA_DIST = xstat.in config.charset ref-add.sin ref-del.sin unlocked-io.hin lstat.c: xstat.in |