From: William A. Rowe Jr Date: Wed, 30 Jan 2002 13:40:42 +0000 (+0000) Subject: Fix nmake -f makefile.win clean on win32. X-Git-Tag: 2.0.31~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc59d84edec0345b604512c11e19bfe7e8e3bd62;p=apache 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 --- 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