Commit 1254ab4b authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Don't find Makefiles in apr or apr-utils, because those libraries will take

care of cleaning and distcleaning on their own.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87193 13f79535-47bb-0310-9956-ffa450edef68
parent 832439de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ distclean-recursive clean-recursive depend-recursive all-recursive install-recur
		for d in `find . -name Makefile`; do \
			i=`dirname "$$d"`; \
			target="$$otarget"; \
			in_apr=`echo $$i|sed 's%^.*apr/.*$$%ignore_apr_subdirs%'`; \
			in_apr=`echo $$i|sed 's%^.*apr(-util)?/.*$$%ignore_apr_subdirs%'`; \
			if test "x$$in_apr" != "xignore_apr_subdirs"; then \
				echo "Making $$target in $$i"; \
				if test "$$i" = "."; then \