Commit 1a053d3c authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Get make distclean working again. The replaced egrep-style regexp does

not work as-is with "GNU sed version 3.02".


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87203 13f79535-47bb-0310-9956-ffa450edef68
parent f47e2cfa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -150,7 +150,8 @@ 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(-util)?/.*$$%ignore_apr_subdirs%'`; \
			in_apr=`echo $$i|sed 's%^.*apr/.*$$%ignore_apr_subdirs%'`; \
			in_apr=`echo $$in_apr|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 \