diff options
author | Jim Meyering <jim@meyering.net> | 2001-07-15 15:42:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-07-15 15:42:27 +0000 |
commit | b4f1cf714307b70be398264ce19d2b9a83a03371 (patch) | |
tree | 2de6fd6be0593cf17f1ece36bfd6685147783718 /lib | |
parent | 24950c329b25b21bc9fac72479d35a403fef1bbe (diff) | |
download | coreutils-b4f1cf714307b70be398264ce19d2b9a83a03371.tar.xz |
(all-local): Depend on unlocked-io.h, to ensure it is created.
Diffstat (limited to 'lib')
-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 21f58c497..1db291848 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 |