(Torturing the Scanner): Don't invoke "cc a.c b.c
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Nov 2002 00:35:27 +0000 (00:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Nov 2002 00:35:27 +0000 (00:35 +0000)
commitefc6bf1b94135c0b858896ef966aa7eaca4ff3cf
tree3306270e4dd6f26d4352aaea12750861ecb29707
parent149365be0121937061a88af843e100828f605fa8
(Torturing the Scanner): Don't invoke "cc a.c b.c
-o c"; the HP-UX 11i C compiler chatters during compilation.
Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
tests/input.at