From dedcfff69c44de99cddb8f56b2a408d14aa7edcb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Nov 2005 06:54:17 +0000 Subject: [PATCH] (stdbool.h): Just copy stdbool_.h; no need to sed any more. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 603887e342..8638d6f1c4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -126,7 +126,7 @@ EXTRA_DIST += stdbool_.h MOSTLYCLEANFILES += stdbool.h stdbool.ht # Create stdbool.h on systems that lack a working one. stdbool.h: stdbool_.h - sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool_.h > $@t + cp $(srcdir)/stdbool_.h $@-t mv $@t $@ BUILT_SOURCES += $(ALLOCA_H) -- 2.47.3