summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 18:25:51 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 18:25:51 +0000
commit12237951e6e41076b9d45391620e459a4d3e3751 (patch)
tree1d2196dcdee819aeef3a6529a79010ca34cbde84 /src
parent19add5a9f2e509fc660c074c1aa30b80bd62e76a (diff)
downloadcoreutils-12237951e6e41076b9d45391620e459a4d3e3751.tar.xz
(localedir.h): Put the `2>&1' after the redirect target, not before the `>'.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8d6fb18f7..068bc8ca2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -156,7 +156,7 @@ localedir.h: Makefile
@rm -f $@-t
echo '#define LOCALEDIR "$(localedir)"' >$@-t
@chmod a-w $@-t
- cmp $@-t $@ 2>&1 > /dev/null && rm -f $@-t || { rm -f $@; mv $@-t $@; }
+ cmp $@-t $@ > /dev/null 2>&1 && rm -f $@-t || { rm -f $@; mv $@-t $@; }
BUILT_SOURCES += dircolors.h
dircolors.h: dcgen dircolors.hin