diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 05:47:03 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 05:47:03 +0000 |
commit | cdfc273e55239fec92dbbed6e3f47369c6a6562a (patch) | |
tree | cc1751715d5eb393d24cf8257979c1b2c519c596 /Makefile.win | |
parent | 57a458394d17d171a85d98c791b0299cc87319c6 (diff) | |
download | httpd-cdfc273e55239fec92dbbed6e3f47369c6a6562a.tar.gz |
If we didn't build a Browse, we have nothing to kill. Ignore the error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win index 2e7561c6c0..d0c80897b0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -155,7 +155,7 @@ installd: $(MAKE) $(MAKEOPT) -f Makefile.win SHORT=D LONG=Debug _build _install clean: _cleanr _cleand - rd /s Browse < << + -rd /s Browse < << y << |