(stdbool.h): Just copy stdbool_.h; no need to sed any more.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2005 06:54:17 +0000 (06:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2005 06:54:17 +0000 (06:54 +0000)
lib/Makefile.am

index 603887e..8638d6f 100644 (file)
@@ -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)