From ab6ddc13f2dc013ac0879d41326fcd7be07b546f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Jun 2000 09:18:30 +0000 Subject: (all-local): Depend on lstat.c and stat.c. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index a84992521..c334740b1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -62,7 +62,7 @@ stat.c: xstat.in # On systems with glibc-2.1 or newer, the file is redundant, therefore we # avoid installing it. -all-local: charset.alias ref-add.sed ref-del.sed +all-local: charset.alias ref-add.sed ref-del.sed lstat.c stat.c charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -- cgit v1.2.3-54-g00ecf