From b7fa297fa5ac26aa120e3594f43d2412f2db3d1c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Nov 2005 06:55:22 +0000 Subject: [PATCH] (stdbool.h): Fix typo in previous change. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 8638d6f1c4..19c6c72760 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 -- 2.47.3