1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

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
This commit is contained in:
Ben Laurie
2000-12-31 11:35:50 +00:00
parent 2fe462e0d3
commit 1ca170d01b

View File

@@ -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