Commit 6da59e14 authored by Ben Laurie's avatar Ben Laurie
Browse files

RM was not defined. Just use rm instead.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87559 13f79535-47bb-0310-9956-ffa450edef68
parent 4c1877dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ delete-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) ; \
		        $(RM) -f $(TARGET_EXPORTS) ; \
		        echo rm -f $(TARGET_EXPORTS) ; \
		        rm -f $(TARGET_EXPORTS) ; \
		    fi \
	fi