]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a typo
authorRobin Dunn <robin@alldunn.com>
Tue, 24 Aug 1999 22:55:58 +0000 (22:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 24 Aug 1999 22:55:58 +0000 (22:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/src/build.cfg

index 38eb86f7e71ab7bcc398ce5d4540f8d1494b28fb..bb3a32caf9dcf95c895768271337ea144afe30e4 100644 (file)
@@ -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;                        \\