You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/07/01 06:09:30 UTC

cvs commit: apache-2.0/src/os/os2 Makefile.in

bjh         00/06/30 21:09:29

  Modified:    src/os/os2 Makefile.in
  Log:
  Remove iol_socket.c from OS/2 build after Ryans's cleanup.
  
  Revision  Changes    Path
  1.4       +1 -1      apache-2.0/src/os/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/os/os2/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	2000/04/30 00:06:06	1.3
  +++ Makefile.in	2000/07/01 04:09:29	1.4
  @@ -1,5 +1,5 @@
   
   LTLIBRARY_NAME    = libos.la
  -LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c iol_socket.c
  +LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c
   
   include $(top_srcdir)/build/ltlib.mk