pier        01/04/24 13:22:15

  Modified:    connectors/lib Makefile.in
  Log:
  Damn makefiles with TABS
  
  Revision  Changes    Path
  1.3       +6 -6      jakarta-tomcat-4.0/connectors/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/lib/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in       2001/04/24 20:20:33     1.2
  +++ Makefile.in       2001/04/24 20:22:14     1.3
  @@ -56,7 +56,7 @@
   # ========================================================================= #
   
   # @author  Pier Fumagalli <mailto:[EMAIL PROTECTED]>
  -# @version $Id: Makefile.in,v 1.2 2001/04/24 20:20:33 pier Exp $
  +# @version $Id: Makefile.in,v 1.3 2001/04/24 20:22:14 pier Exp $
   
   include ../Makedefs
   
  @@ -67,10 +67,10 @@
   all: $(LIB)
   
   $(LIB): $(OBJS)
  -    @echo - Linking library $(LIB)
  -    @$(AR) -cr $(LIB) $(OBJS)
  -    @$(RANLIB) $(LIB)
  +     @echo - Linking library $(LIB)
  +     @$(AR) -cr $(LIB) $(OBJS)
  +     @$(RANLIB) $(LIB)
   
   clean:
  -    @echo Removing object files $(OBJS) $(LIB)
  -    @rm -f $(OBJS) $(LIB)
  +     @echo Removing object files $(OBJS) $(LIB)
  +     @rm -f $(OBJS) $(LIB)
  
  
  

Reply via email to