You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/09/23 01:05:25 UTC

svn commit: r817889 - /httpd/mod_ftp/trunk/Makefile.apxs

Author: trawick
Date: Tue Sep 22 23:05:25 2009
New Revision: 817889

URL: http://svn.apache.org/viewvc?rev=817889&view=rev
Log:
don't replace default rule (in rules.mk) with x-local-distclean

Modified:
    httpd/mod_ftp/trunk/Makefile.apxs

Modified: httpd/mod_ftp/trunk/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile.apxs?rev=817889&r1=817888&r2=817889&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/Makefile.apxs (original)
+++ httpd/mod_ftp/trunk/Makefile.apxs Tue Sep 22 23:05:25 2009
@@ -24,11 +24,11 @@
 DISTCLEAN_TARGETS  = config.apxs.log modules/ftp/ftp_config.h
 EXTRACLEAN_TARGETS = 
 
+include $(exp_installbuilddir)/rules.mk
+
 x-local-distclean:
 	rm -rf docs/manual/build docs/manual/style
 
-include $(exp_installbuilddir)/rules.mk
-
 # Dang nabbit, these are stripped!  Reconstitute them;
 rel_libexecdir=`echo $(exp_libexecdir) | sed -e "s#^$(prefix)/##;"`
 rel_sysconfdir=`echo $(exp_sysconfdir) | sed -e "s#^$(prefix)/##;"`