diff options
author | Roland McGrath <roland@gnu.org> | 2007-08-04 20:48:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-08-04 20:48:38 +0000 |
commit | d9967a8b0e24809866defeb15e6dac3cc8002dc5 (patch) | |
tree | 7cd69a98702e063e284b8db9f3bb36e7ca96e717 /posix/Makefile | |
parent | 11960f7f595981641edc0816e7642c888b177784 (diff) | |
download | glibc-d9967a8b0e24809866defeb15e6dac3cc8002dc5.tar.gz glibc-d9967a8b0e24809866defeb15e6dac3cc8002dc5.tar.xz glibc-d9967a8b0e24809866defeb15e6dac3cc8002dc5.zip |
2007-08-04 Roland McGrath <roland@redhat.com>
* posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |