projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11960f7
)
2007-08-04 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Sat, 4 Aug 2007 20:48:38 +0000
(20:48 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sat, 4 Aug 2007 20:48:38 +0000
(20:48 +0000)
* posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
posix/Makefile
patch
|
blob
|
history
diff --git
a/posix/Makefile
b/posix/Makefile
index
bef2665
..
187d9a0
100644
(file)
--- 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
$@