Commit 7c0a68bc authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Correct a mistake in the delete-exports target


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87425 13f79535-47bb-0310-9956-ffa450edef68
parent 53be7815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) ; \