From e43bd075832c51e03ffa372293424ecef92c67c9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 23 Jun 2002 10:25:30 +0000 Subject: [PATCH] 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 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1