(export YYLTYPE): Don't invoke "cc a.c b.c -o c"; the HP-UX 11i C
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Nov 2002 00:36:03 +0000 (00:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Nov 2002 00:36:03 +0000 (00:36 +0000)
commit2b42986e7508b80e3f0fdd25bfa0429d7a9bb4d3
tree2a0387deb38ef2fd23a1003f1939082b31545719
parentefc6bf1b94135c0b858896ef966aa7eaca4ff3cf
(export YYLTYPE): 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/headers.at