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 10:07:27 UTC

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

Author: wrowe
Date: Sun Dec 16 01:07:26 2007
New Revision: 604584

URL: http://svn.apache.org/viewvc?rev=604584&view=rev
Log:
Ok, the shared bit of the target was required

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

Modified: httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs?rev=604584&r1=604583&r2=604584&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs (original)
+++ httpd/mod_ftp/trunk/modules/ftp/Makefile.apxs Sun Dec 16 01:07:26 2007
@@ -18,7 +18,7 @@
 
 include $(exp_installbuilddir)/special.mk
 
-all: $(srcdir)/ftp_protocol.h all-recursive
+all: $(srcdir)/ftp_protocol.h local-shared-build all-recursive
 
 #   additional defines, includes and libraries
 DEFS=-DFTP_APXS_BUILD