Corrected makefile target bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-07-26 11:53:38 +00:00
parent df801fc6d4
commit 1126585b76
2 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,9 @@ WXDIR = $(WXWIN)
all: $(EXTRATARGETS) $(LIBTARGET)
$(D) :
mkdir $(D)
wx:
cd $(WXDIR)\src\msw
nmake -f makefile.vc FINAL=$(FINAL)

View File

@ -220,6 +220,3 @@ $(CPPFLAGS2) /Fo$@ /c $<
$(CPPFLAGS) /Fo$@ /c /Tp $<
<<
$(D) :
mkdir $(D)