summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-26 06:54:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-26 06:54:17 +0000
commitdedcfff69c44de99cddb8f56b2a408d14aa7edcb (patch)
tree3237e99a6946e4b03a0b028257e6f12dcd42a06a
parente05c20ea7ad4596d127a2decfb16ec60a991ee04 (diff)
downloadcoreutils-dedcfff69c44de99cddb8f56b2a408d14aa7edcb.tar.gz
coreutils-dedcfff69c44de99cddb8f56b2a408d14aa7edcb.zip
(stdbool.h): Just copy stdbool_.h; no need to sed any more.
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 603887e34..8638d6f1c 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)