From e315850c088ad13a160132a6fcec9d7564dd3c08 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sat, 20 Aug 2011 21:19:28 -0700 Subject: Fix typo in tst-cleanup0.out rule. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') 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. -- cgit v1.2.3