fix a typo

svn path=/trunk/; revision=19303
This commit is contained in:
Ulf Lamping 2006-09-23 08:39:54 +00:00
parent 3fa7bc5f0c
commit 4c6484334c
1 changed files with 1 additions and 1 deletions

View 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