From: Paul Eggert Date: Sat, 26 Nov 2005 06:58:34 +0000 (+0000) Subject: (MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht. X-Git-Tag: v6.0~1248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=128bc2184274dfc807f7d3a212bc3e0f954ad62a;p=thirdparty%2Fcoreutils.git (MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht. --- 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