You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@apache.org on 2001/08/23 21:45:17 UTC

cvs commit: httpd-2.0/os/unix Makefile.in

dougm       01/08/23 12:45:17

  Modified:    os/unix  Makefile.in
  Log:
  os-inline.c is no more (fix from bloom)
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/os/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	2000/10/31 00:47:22	1.7
  +++ Makefile.in	2001/08/23 19:45:17	1.8
  @@ -1,5 +1,5 @@
   
   LTLIBRARY_NAME    = libos.la
  -LTLIBRARY_SOURCES = os-inline.c unixd.c
  +LTLIBRARY_SOURCES = unixd.c
   
   include $(top_srcdir)/build/ltlib.mk