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...@apache.org on 2001/08/25 12:19:51 UTC

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

bjh         01/08/25 03:19:51

  Modified:    os/os2   Makefile.in
  Log:
  os-inline.c is no more...
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-2.0/os/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/os2/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	2000/12/05 13:47:39	1.5
  +++ Makefile.in	2001/08/25 10:19:51	1.6
  @@ -1,5 +1,5 @@
   
   LTLIBRARY_NAME    = libos.la
  -LTLIBRARY_SOURCES = os-inline.c util_os2.c
  +LTLIBRARY_SOURCES = util_os2.c
   
   include $(top_srcdir)/build/ltlib.mk