From 66a7ee10c96bd87156ab46eb1fd5e71f0f9f0996 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 19 Aug 2003 11:17:25 +0000 Subject: [PATCH] fix bug in directory creation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/makefile.sc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msw/makefile.sc b/src/msw/makefile.sc index b0c144ea3e..19e9a8dcea 100644 --- a/src/msw/makefile.sc +++ b/src/msw/makefile.sc @@ -332,7 +332,6 @@ all: MAKEARCHDIR MAKELIBS PCH $(LIBTARGET) zlib png jpeg tiff regex MAKEARCHDIR: @if not exist $(MSWINCDIR)\setup.h copy $(MSWINCDIR)\setup0.h $(MSWINCDIR)\setup.h - @if not exist $(ARCHINCDIR)\wx\setup.h mkdir $(ARCHINCDIR) @if not exist $(ARCHINCDIR)\wx\setup.h mkdir $(ARCHINCDIR)\wx @if not exist $(ARCHINCDIR)\wx\setup.h copy $(MSWINCDIR)\setup.h $(ARCHINCDIR)\wx\setup.h @if not exist $(WXOUTDIR)\nul mkdir $(WXOUTDIR)