From 128bc2184274dfc807f7d3a212bc3e0f954ad62a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Nov 2005 06:58:34 +0000 Subject: [PATCH] (MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 19c6c72760..ab6fd1beae 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -123,7 +123,7 @@ CLEANFILES += charset.alias ref-add.sed ref-del.sed BUILT_SOURCES += $(STDBOOL_H) EXTRA_DIST += stdbool_.h -MOSTLYCLEANFILES += stdbool.h stdbool.ht +MOSTLYCLEANFILES += stdbool.h stdbool.h-t # Create stdbool.h on systems that lack a working one. stdbool.h: stdbool_.h cp $(srcdir)/stdbool_.h $@-t -- 2.47.3