summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-06-13 08:28:29 +0000
committerrubidium <rubidium@openttd.org>2011-06-13 08:28:29 +0000
commitdcc194e8eb5246f2cb1cc0b75225bcb12ab2e14c (patch)
tree3c84e9e460b681894b5cf2785e7bad1b98959540 /Makefile.msvc
parent52e40e7cbd429c9ed7e01cb81e0bda552c4b6c4d (diff)
downloadopenttd-dcc194e8eb5246f2cb1cc0b75225bcb12ab2e14c.tar.xz
(svn r22579) -Fix (r22576): copy-paste error :(
Diffstat (limited to 'Makefile.msvc')
-rw-r--r--Makefile.msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.msvc b/Makefile.msvc
index 1748146e6..3d6a863c1 100644
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -39,4 +39,4 @@ bundle_pdb:
@echo '[BUNDLE] Creating $(BUNDLE_NAME).pdb.xz'
$(Q)mkdir -p "$(BUNDLES_DIR)"
$(Q)cp objs/$(TARGET)/Release/$(PDB) $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb
- $(Q)cd xz -9 $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb
+ $(Q)xz -9 $(BUNDLES_DIR)/$(BUNDLE_NAME).pdb