From fc59d84edec0345b604512c11e19bfe7e8e3bd62 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 30 Jan 2002 13:40:42 +0000 Subject: [PATCH] Fix nmake -f makefile.win clean on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93104 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index ee05cf31b4..bd6cce44d0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -252,10 +252,10 @@ _build: echo Building Win32 $(LONG) targets ($(SHORT) suffixes) -del $(LONG)\buildmark.obj msdev Apache.dsw /USEENV /MAKE \ - "BuildBin - Win32 $(LONG)" + "BuildBin - Win32 $(LONG)" $(CTARGET) !IF EXIST("srclib\openssl") msdev Apache.dsw /USEENV /MAKE \ - "mod_ssl - Win32 $(LONG)"\ + "mod_ssl - Win32 $(LONG)" \ "abs - Win32 $(LONG)" /NORECURSE $(CTARGET) !ENDIF -- 2.50.1