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/12/05 14:47:40 UTC

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

bjh         00/12/05 05:47:40

  Modified:    os/os2   Makefile.in
  Log:
  OS/2: os.c doesn't exist anymore, remove it from the build.
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	2000/07/01 04:09:29	1.4
  +++ Makefile.in	2000/12/05 13:47:39	1.5
  @@ -1,5 +1,5 @@
   
   LTLIBRARY_NAME    = libos.la
  -LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c
  +LTLIBRARY_SOURCES = os-inline.c util_os2.c
   
   include $(top_srcdir)/build/ltlib.mk