diff options
author | rubidium <rubidium@openttd.org> | 2011-06-13 08:28:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-06-13 08:28:29 +0000 |
commit | dcc194e8eb5246f2cb1cc0b75225bcb12ab2e14c (patch) | |
tree | 3c84e9e460b681894b5cf2785e7bad1b98959540 /Makefile.msvc | |
parent | 52e40e7cbd429c9ed7e01cb81e0bda552c4b6c4d (diff) | |
download | openttd-dcc194e8eb5246f2cb1cc0b75225bcb12ab2e14c.tar.xz |
(svn r22579) -Fix (r22576): copy-paste error :(
Diffstat (limited to 'Makefile.msvc')
-rw-r--r-- | Makefile.msvc | 2 |
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 |