From 550970f03cc3113aac9e7585f7c538b5ca35e308 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Jul 2003 08:34:33 +0000 Subject: [PATCH] Reflect renaming: stdbool.hin -> stdbool_.h. --- lib/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index f883e1d3d8..090cfeeb47 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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) -- 2.47.2