From d9967a8b0e24809866defeb15e6dac3cc8002dc5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 4 Aug 2007 20:48:38 +0000 Subject: 2007-08-04 Roland McGrath * posix/Makefile ($(objpfx)getconf.speclist): Fix typo. --- posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix/Makefile b/posix/Makefile index bef2665161..187d9a046f 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -303,4 +303,4 @@ $(inst_libexecdir)/getconf: $(inst_bindir)/getconf \ $(objpfx)getconf.speclist: $(objpfx)getconf LC_ALL=C GETCONF_DIR=/dev/null \ $(run-program-prefix) $< _POSIX_V6_WIDTH_RESTRICTED_ENVS > $@.new - mv -f $@.new + mv -f $@.new $@ -- cgit v1.2.1