From 1126585b76e4b6ec750ebc60f61f2cf73c5712e0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 26 Jul 2000 11:53:38 +0000 Subject: [PATCH] Corrected makefile target bug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makelib.vc | 3 +++ src/makevc.env | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makelib.vc b/src/makelib.vc index 6f5dccbcad..67158bab05 100644 --- a/src/makelib.vc +++ b/src/makelib.vc @@ -16,6 +16,9 @@ WXDIR = $(WXWIN) all: $(EXTRATARGETS) $(LIBTARGET) +$(D) : + mkdir $(D) + wx: cd $(WXDIR)\src\msw nmake -f makefile.vc FINAL=$(FINAL) diff --git a/src/makevc.env b/src/makevc.env index 03945f4db1..1922707f70 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -220,6 +220,3 @@ $(CPPFLAGS2) /Fo$@ /c $< $(CPPFLAGS) /Fo$@ /c /Tp $< << -$(D) : - mkdir $(D) - -- 2.50.0