diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-26 06:55:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-26 06:55:22 +0000 |
commit | b7fa297fa5ac26aa120e3594f43d2412f2db3d1c (patch) | |
tree | 9ef8e7c6a1cee84c1a1a5ae4c86a5b83a205de92 /lib | |
parent | dedcfff69c44de99cddb8f56b2a408d14aa7edcb (diff) | |
download | coreutils-b7fa297fa5ac26aa120e3594f43d2412f2db3d1c.tar.xz |
(stdbool.h): Fix typo in previous change.
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 8638d6f1c..19c6c7276 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -127,7 +127,7 @@ MOSTLYCLEANFILES += stdbool.h stdbool.ht # Create stdbool.h on systems that lack a working one. stdbool.h: stdbool_.h cp $(srcdir)/stdbool_.h $@-t - mv $@t $@ + mv $@-t $@ BUILT_SOURCES += $(ALLOCA_H) EXTRA_DIST += alloca_.h |