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:04:57 UTC

svn commit: r817888 - /httpd/mod_fcgid/trunk/Makefile.apxs

Author: trawick
Date: Tue Sep 22 23:04:57 2009
New Revision: 817888

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

Modified:
    httpd/mod_fcgid/trunk/Makefile.apxs

Modified: httpd/mod_fcgid/trunk/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/Makefile.apxs?rev=817888&r1=817887&r2=817888&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/Makefile.apxs (original)
+++ httpd/mod_fcgid/trunk/Makefile.apxs Tue Sep 22 23:04:57 2009
@@ -25,11 +25,11 @@
 DISTCLEAN_TARGETS  = config.apxs.log modules/fcgid/fcgid_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)/##;"`