Reverted back to using OR for cmp/mv operations for lex/yacc output.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 5 Aug 2003 21:38:28 +0000 (21:38 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 5 Aug 2003 21:38:28 +0000 (21:38 +0000)
commitcb048097c9db34307ad57d5dc22a7cacf30ac421
tree815aa291fa8990a529291868ab7e5c21bee3b1b5
parent75a005ff4c33cdec161edc6d0be162f2ad3215bc
Reverted back to using OR for cmp/mv operations for lex/yacc output.
The shell AND/OR operators short-circuit on command success/failure, which is
the inverse of exit status (i.e. 0 means success, non-zero means failure).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7616 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.common
Makefile.rules