diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-13 17:19:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-13 17:19:51 +0000 |
commit | 7cf7f3706f5db7f948e8ebb765fa73dcbb163b98 (patch) | |
tree | 7a3370a17ce048881a2b57f6ab431780f6203171 /lib/Makefile.am | |
parent | 297e2cb74411395bb231f016665944b54afd802d (diff) | |
download | coreutils-7cf7f3706f5db7f948e8ebb765fa73dcbb163b98.tar.xz |
(EXTRA_DIST): Add xstat.in.
Diffstat (limited to 'lib/Makefile.am')
-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 576d6f00b..912693d3f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -26,6 +26,7 @@ xalloc.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c lstat.c stat.c +EXTRA_DIST = xstat.in lstat.c: xstat.in sed -e '/@IGNORE@/d' -e 's/@xstat@/lstat/g' $(srcdir)/xstat.in > $@-t mv $@-t $@ |