From: Robin Dunn Date: Tue, 24 Aug 1999 22:55:58 +0000 (+0000) Subject: Fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a35c97618064a602fe946547bb813df3e6640464?ds=inline Fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/src/build.cfg b/utils/wxPython/src/build.cfg index 38eb86f7e7..bb3a32caf9 100644 --- a/utils/wxPython/src/build.cfg +++ b/utils/wxPython/src/build.cfg @@ -43,7 +43,7 @@ $(HELPERLIBDIR)/lib$(HELPERLIB)$(SO) : lib$(HELPERLIB)$(SO) installLibDemo: - @if [ "$(TARGETDIR)" != ".." -a "$(TARGETDIR)" != "$(WXWIN)/utils/wxPython"]; then \\ + @if [ "$(TARGETDIR)" != ".." -a "$(TARGETDIR)" != "$(WXWIN)/utils/wxPython" ]; then \\ mkdir $(TARGETDIR)/lib; \\ mkdir $(TARGETDIR)/lib/sizers; \\ mkdir $(TARGETDIR)/demo; \\