.
authorJim Meyering <jim@meyering.net>
Mon, 28 Jul 2003 08:38:54 +0000 (08:38 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Jul 2003 08:38:54 +0000 (08:38 +0000)
lib/Makefile.in

index 277e1f8..dc6de8e 100644 (file)
@@ -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.