Author: joes
Date: Fri Mar  6 18:25:10 2009
New Revision: 751022

URL: http://svn.apache.org/viewvc?rev=751022&view=rev
Log:
let distclean go into library/t

Modified:
    httpd/apreq/branches/v2_12/library/Makefile.am

Modified: httpd/apreq/branches/v2_12/library/Makefile.am
URL: 
http://svn.apache.org/viewvc/httpd/apreq/branches/v2_12/library/Makefile.am?rev=751022&r1=751021&r2=751022&view=diff
==============================================================================
--- httpd/apreq/branches/v2_12/library/Makefile.am (original)
+++ httpd/apreq/branches/v2_12/library/Makefile.am Fri Mar  6 18:25:10 2009
@@ -23,7 +23,9 @@
        cd t; $(MAKE) clean
 endif
 
-
+distclean-am: clean-am distclean-compile distclean-generic \
+       distclean-tags
+       cd t; $(MAKE) distclean
 
 if BUILD_APR
 


Reply via email to