jorton      2003/05/15 07:39:05

  Modified:    test     Makefile.in
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.138     +1 -1      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -u -r1.137 -r1.138
  --- Makefile.in       14 May 2003 03:52:15 -0000      1.137
  +++ Makefile.in       15 May 2003 14:39:05 -0000      1.138
  @@ -70,7 +70,7 @@
        $(LIBTOOL) --mode=link $(COMPILE) -rpath `pwd` -avoid-version -module 
mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
   
   libmod_test.la: mod_test.slo $(LOCAL_LIBS)
  -     $(LIBTOOl) --mode=link $(COMPILE) -rpath `pwd` -avoid-version 
mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
  +     $(LIBTOOL) --mode=link $(COMPILE) -rpath `pwd` -avoid-version 
mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
   
   [EMAIL PROTECTED]@: testlockperf.lo $(LOCAL_LIBS)
        $(LINK) testlockperf.lo $(LOCAL_LIBS) $(ALL_LIBS)
  
  
  

Reply via email to