From 92c1794274725937022fdbbea533865bc97bb7c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Dec 1998 17:19:51 +0000 Subject: [PATCH] (EXTRA_DIST): Add xstat.in. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 576d6f00b7..912693d3f9 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 $@ -- 2.30.2