Do not use 'cc -c input.c -o input';
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:58:16 +0000 (14:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:58:16 +0000 (14:58 +0000)
commit002b9b7d1f3ae2d92c7ccec252babbd7fb68f57a
tree584dbaa2a3a26ad279c0bc2a58a9bd622cd3f050
parent6563aa9221b7d1148abaad4fbdce3ea5cf1f0d4e
Do not use 'cc -c input.c -o input';
Sun C rejects this.  Instead, use 'cc -c input.c -o input.o'.
tests/regression.at