From: Paul Eggert Date: Sat, 26 Nov 2005 06:54:17 +0000 (+0000) Subject: (stdbool.h): Just copy stdbool_.h; no need to sed any more. X-Git-Tag: v6.0~1250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dedcfff69c44de99cddb8f56b2a408d14aa7edcb;p=thirdparty%2Fcoreutils.git (stdbool.h): Just copy stdbool_.h; no need to sed any more. --- 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)