aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-08-20 21:19:28 -0700
committerDavid S. Miller <davem@davemloft.net>2011-08-20 21:19:28 -0700
commite315850c088ad13a160132a6fcec9d7564dd3c08 (patch)
tree24585fe85cf6993f169648a30c37f300a4eacd4c /nptl/Makefile
parent775a77e7e43c75ce3a7960f249eb3b189889ec20 (diff)
downloadglibc-e315850c088ad13a160132a6fcec9d7564dd3c08.tar
glibc-e315850c088ad13a160132a6fcec9d7564dd3c08.tar.gz
glibc-e315850c088ad13a160132a6fcec9d7564dd3c08.tar.bz2
glibc-e315850c088ad13a160132a6fcec9d7564dd3c08.zip
Fix typo in tst-cleanup0.out rule.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 266f178aa9..18c3182976 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -550,7 +550,7 @@ $(objpfx)pt-initfini.s: pt-initfini.c
$(patsubst -f%,-fno-%,$(exceptions)) -o $@
$(objpfx)tst-cleanup0.out: /dev/null $(objpfx)tst-cleanup0
- $(make-test-out) 2>&1 | cmp - tst-cleanup0.expect >& $@
+ $(make-test-out) 2>&1 | cmp - tst-cleanup0.expect > $@
# We only have one kind of startup code files. Static binaries and
# shared libraries are build using the PIC version.