trawick     01/04/08 01:21:04

  Modified:    .        configure.in
  Log:
  Fix the touch invocation in the lt_compile variable so that we don't
  leave stray "ranlib" and "dummy" files everywhere.
  
  Revision  Changes    Path
  1.285     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.284
  retrieving revision 1.285
  diff -u -r1.284 -r1.285
  --- configure.in      2001/04/08 07:56:21     1.284
  +++ configure.in      2001/04/08 08:21:04     1.285
  @@ -101,7 +101,7 @@
   
   echo "FOOBAR:::::  $use_libtool"
   if test "x$use_libtool" = "xyes"; then
  -      lt_compile="\$(LIBTOOL) --mode=compile \$(LTFLAGS) \$(COMPILE) -c \$< 
&& touch $@"
  +      lt_compile="\$(LIBTOOL) --mode=compile \$(LTFLAGS) \$(COMPILE) -c \$< 
&& touch \$@"
         link="\$(LIBTOOL) --mode=link \$(LTFLAGS) \$(COMPILE) \$(LDFLAGS) -o 
\$@ -rpath \$(libdir) \$\$objects"
         so_ext="lo"
         lib_target="\$(libdir) \$\$objects"
  
  
  

Reply via email to