You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2001/07/13 04:08:45 UTC

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

pier        01/07/12 19:08:45

  Modified:    webapp/lib Makefile.in
  Log:
  Build now depends on Makedefs (if we change the file, we rebuild the module)
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-tomcat-connectors/webapp/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/lib/Makefile.in,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.in	2001/07/08 23:11:45	1.10
  +++ Makefile.in	2001/07/13 02:08:42	1.11
  @@ -56,7 +56,7 @@
   # ========================================================================= #
   
   # @author  Pier Fumagalli <ma...@eng.sun.com>
  -# @version $Id: Makefile.in,v 1.10 2001/07/08 23:11:45 pier Exp $
  +# @version $Id: Makefile.in,v 1.11 2001/07/13 02:08:42 pier Exp $
   
   include @SRCDIR@/Makedefs
   
  @@ -67,7 +67,7 @@
   
   all: $(LIB)
   
  -$(LIB): $(OBJS) $(PROVS)
  +$(LIB): $(OBJS) $(PROVS) @SRCDIR@/Makedefs
   	@echo Creating library $(LIB)
   	@$(LIBTOOL) --silent --mode=link $(CC) -static -o $(LIB) \
   		$(OBJS) $(PROVS) 1> /dev/null