1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

Reflect renaming: stdbool.hin -> stdbool_.h.

This commit is contained in:
Jim Meyering
2003-07-28 08:34:33 +00:00
parent 52392fe3c2
commit 550970f03c
+3 -3
View File
@@ -189,11 +189,11 @@ charset.alias: config.charset
mv t-$@ $@
BUILT_SOURCES += $(STDBOOL_H)
EXTRA_DIST += stdbool.hin
EXTRA_DIST += stdbool_.h
MOSTLYCLEANFILES += stdbool.h stdbool.ht
# Create stdbool.h on systems that lack a working one.
stdbool.h: stdbool.hin
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool.hin > $@t
stdbool.h: stdbool_.h
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool_.h > $@t
mv $@t $@
BUILT_SOURCES += $(ALLOCA_H)