You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/16 09:26:53 UTC

svn commit: r604570 - in /httpd/mod_ftp/trunk/modules/ftp: Makefile.apxs Makefile.in

Author: wrowe
Date: Sun Dec 16 00:26:52 2007
New Revision: 604570

URL: http://svn.apache.org/viewvc?rev=604570&view=rev
Log:
Ensure ftp_protocol.h is a build target

Modified:
    httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs
    httpd/mod_ftp/trunk/modules/ftp/Makefile.in

Modified: httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs?rev=604570&r1=604569&r2=604570&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs (original)
+++ httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs Sun Dec 16 00:26:52 2007
@@ -18,7 +18,7 @@
 
 include $(exp_installbuilddir)/special.mk
 
-all: local-shared-build
+all: $(srcdir)/ftp_protocol.h all-recursive
 
 #   additional defines, includes and libraries
 DEFS=-DFTP_APXS_BUILD
@@ -30,7 +30,7 @@
 #   is changed, it's refreshed in srcdir rather than builddir
 #
 
-$(srcdir)/ftp_protocol.h: $(top_srcdir)/include/mod_ftp.h \
+$(srcdir)/ftp_protocol.h: $(ftp_srcdir)/include/mod_ftp.h \
 		$(srcdir)/ftp_commands.c
 	$(srcdir)/remake_ftp_protocol > $(srcdir)/ftp_protocol.h
 

Modified: httpd/mod_ftp/trunk/modules/ftp/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/Makefile.in?rev=604570&r1=604569&r2=604570&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/Makefile.in (original)
+++ httpd/mod_ftp/trunk/modules/ftp/Makefile.in Sun Dec 16 00:26:52 2007
@@ -19,6 +19,8 @@
 
 include $(top_srcdir)/build/special.mk
 
+all: $(srcdir)/ftp_protocol.h all-recursive
+
 #
 #   developer stuff
 #