From 55b3d957f190c7291f69ab7eac2ec96ee3447ac6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Jul 2003 08:38:54 +0000 Subject: [PATCH] . --- lib/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 277e1f8a38..dc6de8e616 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 when the system # doesn't have one that works with the given compiler. -- 2.47.2