]> granicus.if.org Git - apache/commitdiff
Correct a mistake in the delete-exports target
authorRyan Bloom <rbb@apache.org>
Tue, 19 Dec 2000 17:52:40 +0000 (17:52 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 19 Dec 2000 17:52:40 +0000 (17:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87425 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index f5857a864b493161974b6ecfaf6fa1391d9514ac..29fee08bc62eab3a7067c8ce1211a868f298c466 100644 (file)
@@ -36,7 +36,7 @@ EXPORT_FILES = ../srclib/apr/apr.exports ../srclib/apr-util/aprutil.exports apac
 
 delete-exports:
        @if test -f $(TARGET_EXPORTS); then \
-                   headers="`find include/*.h -newer $(TARGET_EXPORTS)`" ; \
+                   headers="`find ../include/*.h -newer $(TARGET_EXPORTS)`" ; \
                    if test -n "$$headers"; then \
                        echo Found newer headers. Will rebuild $(TARGET_EXPORTS). ; \
                        echo $(RM) -f $(TARGET_EXPORTS) ; \