You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/03/17 00:00:35 UTC

cvs commit: apache-2.0/src/lib/apr/shmem/unix Makefile.in

rbb         00/03/16 15:00:35

  Modified:    src/lib/apr/shmem/unix Makefile.in
  Log:
  Remove extra \ from Makefile
  PR:  19
  Submitted by:	mja@sgi.com
  
  Revision  Changes    Path
  1.5       +1 -1      apache-2.0/src/lib/apr/shmem/unix/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/shmem/unix/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	2000/02/10 20:25:14	1.4
  +++ Makefile.in	2000/03/16 23:00:35	1.5
  @@ -16,7 +16,7 @@
   
   LIB=libshmem.a
   
  -OBJS=shmem.o \
  +OBJS=shmem.o
   
   .c.o:
   	$(CC) $(CFLAGS) -c $(INCLUDES) $<