You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/12/05 23:57:51 UTC

cvs commit: apr/misc/unix Makefile.in

rbb         00/12/05 14:57:48

  Modified:    misc/unix Makefile.in
  Log:
  Remove canonerr.c
  
  Revision  Changes    Path
  1.27      +1 -1      apr/misc/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/misc/unix/Makefile.in,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Makefile.in	2000/11/15 11:50:02	1.26
  +++ Makefile.in	2000/12/05 22:57:48	1.27
  @@ -10,7 +10,7 @@
   INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
   MKDEP=../../helpers/mkdep.sh
   
  -OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o canonerr.o \
  +OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o \
   	uuid.o getuuid.o
   
   .c.o: