fix a typo
authorUlf Lamping <ulf.lamping@web.de>
Sat, 23 Sep 2006 08:39:54 +0000 (08:39 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Sat, 23 Sep 2006 08:39:54 +0000 (08:39 -0000)
svn path=/trunk/; revision=19303

Makefile.nmake

index bbf7e54049553a55d291571cc6a61f0d53651471..b2d8ffa15fefaf787beb1496ff8d4f0119be31e0 100644 (file)
@@ -824,7 +824,7 @@ install-common-deps2:
 
 install-common-deps:
        set copycmd=/y
-       if not exist $(DEBUG_DIR) mkdir $(INSTALL_DIR)
+       if not exist $(INSTALL_DIR) mkdir $(INSTALL_DIR)
        xcopy $(GLIB_DIR)\bin\libglib-2.0-0.dll $(INSTALL_DIR) /d
        xcopy $(GLIB_DIR)\bin\libgmodule-2.0-0.dll $(INSTALL_DIR) /d
        xcopy $(GLIB_DIR)\bin\libgobject-2.0-0.dll $(INSTALL_DIR) /d