From: Roland McGrath Date: Sat, 4 Aug 2007 20:48:38 +0000 (+0000) Subject: 2007-08-04 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20070809T0939~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9967a8b0e24809866defeb15e6dac3cc8002dc5;p=platform%2Fupstream%2Fglibc.git 2007-08-04 Roland McGrath * posix/Makefile ($(objpfx)getconf.speclist): Fix typo. --- 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 $@