mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-18 20:51:54 -04:00
(stdbool.h): Just copy stdbool_.h; no need to sed any more.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user