From 07623fb616cda50ef504de0b4c82d67436f6d913 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Jul 2001 15:42:27 +0000 Subject: [PATCH] (all-local): Depend on unlocked-io.h, to ensure it is created. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 21f58c4977..1db2918486 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -122,7 +122,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 lstat.c stat.c +all-local: charset.alias ref-add.sed ref-del.sed lstat.c stat.c unlocked-io.h charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -- 2.30.2