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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user