pier 01/07/12 19:08:04
Modified: webapp/apache-1.3 Makefile.in
Log:
Build now depends on Makedefs (if we change the file, we rebuild the module)
Revision Changes Path
1.5 +2 -2 jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.in 2001/07/09 22:00:23 1.4
+++ Makefile.in 2001/07/13 02:08:01 1.5
@@ -56,7 +56,7 @@
# ========================================================================= #
# @author Pier Fumagalli <mailto:[EMAIL PROTECTED]>
-# @version $Id: Makefile.in,v 1.4 2001/07/09 22:00:23 pier Exp $
+# @version $Id: Makefile.in,v 1.5 2001/07/13 02:08:01 pier Exp $
include @SRCDIR@/Makedefs
@@ -77,7 +77,7 @@
all: $(MODULE)
-mod_webapp.lo: mod_webapp.c
+mod_webapp.lo: mod_webapp.c @SRCDIR@/Makedefs
@echo Compiling Apache 1.3 WebApp module
@$(SHELL) $(LIBTOOL) $(LTFLAGS) --mode=compile \
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(APXS_CFLAGS) $(APXS_CFLAGS_SHLIB) \