diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-28 08:38:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-28 08:38:54 +0000 |
commit | 55b3d957f190c7291f69ab7eac2ec96ee3447ac6 (patch) | |
tree | 5b61646710f5931a78a4b44d135e5b210baab543 /lib | |
parent | 9e830b1297600cbe64456c26f22d5d3ceedf7240 (diff) | |
download | coreutils-55b3d957f190c7291f69ab7eac2ec96ee3447ac6.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 277e1f8a3..dc6de8e61 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -275,7 +275,7 @@ MOSTLYCLEANFILES = stdbool.h stdbool.ht alloca.h alloca.ht EXTRA_DIST = config.charset ref-add.sin ref-del.sin \ fnmatch_loop.c inttostr.c inttostr.h\ -stdbool.hin alloca_.h +stdbool_.h alloca_.h charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp @@ -868,8 +868,8 @@ charset.alias: config.charset $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ mv t-$@ $@ # Create stdbool.h on systems that lack a working one. -stdbool.h: stdbool.hin - sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool.hin > $@t +stdbool.h: stdbool_.h + sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool_.h > $@t mv $@t $@ # Create an <alloca.h> when the system # doesn't have one that works with the given compiler. |