From f0fa5e65c742e0f83b1956e51e25d2cd330da0cc Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 13 Jul 2002 05:47:03 +0000 Subject: [PATCH] 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 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << -- 2.50.1