]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Reflect renaming: stdbool.hin -> stdbool_.h.
authorJim Meyering <jim@meyering.net>
Mon, 28 Jul 2003 08:34:33 +0000 (08:34 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Jul 2003 08:34:33 +0000 (08:34 +0000)
lib/Makefile.am

index f883e1d3d87f6e58a4f416cd54cc06f75968c1fd..090cfeeb479c2710906fa3aa7b00e01ae364cc4e 100644 (file)
@@ -189,11 +189,11 @@ charset.alias: config.charset
        mv t-$@ $@
 
 BUILT_SOURCES += $(STDBOOL_H)
-EXTRA_DIST += stdbool.hin
+EXTRA_DIST += stdbool_.h
 MOSTLYCLEANFILES += stdbool.h stdbool.ht
 # 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 $@
 
 BUILT_SOURCES += $(ALLOCA_H)