From: Paul Eggert Date: Sat, 26 Nov 2005 06:55:22 +0000 (+0000) Subject: (stdbool.h): Fix typo in previous change. X-Git-Tag: COREUTILS-6_0~1249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7fa297fa5ac26aa120e3594f43d2412f2db3d1c;p=platform%2Fupstream%2Fcoreutils.git (stdbool.h): Fix typo in previous change. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 8638d6f..19c6c72 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