diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-26 06:58:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-26 06:58:34 +0000 |
commit | 128bc2184274dfc807f7d3a212bc3e0f954ad62a (patch) | |
tree | 3b06b1a8545537cfad50a64a7ebd88efbb0b04c4 /lib | |
parent | b7fa297fa5ac26aa120e3594f43d2412f2db3d1c (diff) | |
download | coreutils-128bc2184274dfc807f7d3a212bc3e0f954ad62a.tar.xz |
(MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 19c6c7276..ab6fd1bea 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 |