]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected makefile target bug
authorJulian Smart <julian@anthemion.co.uk>
Wed, 26 Jul 2000 11:53:38 +0000 (11:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 26 Jul 2000 11:53:38 +0000 (11:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makelib.vc
src/makevc.env

index 6f5dccbcadf176abfc458f4dcdeb5a0413265652..67158bab05becbed0a39def6b6d2c59fc4f61e5b 100644 (file)
@@ -16,6 +16,9 @@ WXDIR = $(WXWIN)
 
 all:    $(EXTRATARGETS) $(LIBTARGET)
 
+$(D) :
+       mkdir $(D)
+
 wx:
         cd $(WXDIR)\src\msw
         nmake -f makefile.vc FINAL=$(FINAL)
index 03945f4db1e6a8e9d797fb1550cbb3aa531fdfca..1922707f70660437a775e1b263b9dae7797eb078 100644 (file)
@@ -220,6 +220,3 @@ $(CPPFLAGS2) /Fo$@ /c $<
 $(CPPFLAGS) /Fo$@ /c /Tp $<
 <<
 
-$(D) :
-       mkdir $(D)
-