* sparclite/Makefile: Remove. It's not necessary anymore.

This commit is contained in:
Stu Grossman 1993-05-04 02:31:44 +00:00
parent 9775789df6
commit 1e8005d0f0

View File

@ -1,5 +1,7 @@
Mon May 3 19:20:20 1993 Stu Grossman (grossman@cygnus.com)
* sparclite/Makefile: Remove. It's not necessary anymore.
* ser-unix.c (wait_for): New routine to handle read timeouts,
etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.