aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-23 08:39:54 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-23 08:39:54 +0000
commit69a71f61519a0238961225ec9cda6a5ee83bf750 (patch)
treea8a7220817074ed85c25f884b810b29bf12d7a42
parent86a361ea806d3a86f624d8404a6edbc8a98b40c1 (diff)
fix a typo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19303 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index bbf7e54049..b2d8ffa15f 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -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