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-Tag: 2.0.40~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e43bd075832c51e03ffa372293424ecef92c67c9;p=thirdparty%2Fapache%2Fhttpd.git 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 225a81c78ce..2e7561c6c02 100644 --- a/Makefile.win +++ b/Makefile.win @@ -658,5 +658,5 @@ BEGIN { print $$0; } << - del .a .y - + del .y + del .a