Author: joes
Date: Fri Mar 6 18:33:22 2009
New Revision: 751026
URL: http://svn.apache.org/viewvc?rev=751026&view=rev
Log:
let distclean go into library/t
Modified:
httpd/apreq/trunk/library/Makefile.am
Modified: httpd/apreq/trunk/library/Makefile.am
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/library/Makefile.am?rev=751026&r1=751025&r2=751026&view=diff
==============================================================================
--- httpd/apreq/trunk/library/Makefile.am (original)
+++ httpd/apreq/trunk/library/Makefile.am Fri Mar 6 18:33:22 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