]> granicus.if.org Git - apache/commitdiff
Don't find Makefiles in apr or apr-utils, because those libraries will take
authorRyan Bloom <rbb@apache.org>
Tue, 5 Dec 2000 03:39:14 +0000 (03:39 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 5 Dec 2000 03:39:14 +0000 (03:39 +0000)
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

build/rules.mk

index 9e88336b3769df15693779dae25a141c898692bb..24a0f38e3e5fa9dfc252244f32e286fa3e8968e8 100644 (file)
@@ -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 \