From: William A. Rowe Jr Date: Sun, 23 Jun 2002 10:25:30 +0000 (+0000) Subject: Seems 9x can't delete two files at a time X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7844108363fe43a8d1677614fbb8d67df1f9b2b6;p=apache Seems 9x can't delete two files at a time git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 225a81c78c..2e7561c6c0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -658,5 +658,5 @@ BEGIN { print $$0; } << - del .a .y - + del .y + del .a