From a34d5bb6abb825b366e9b5e215266587936f9365 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 16 May 2009 12:36:33 +0000 Subject: (svn r16318) -Change: use !! instead of @@ in src/*.in too. -Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries. --- Makefile.msvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.msvc') diff --git a/Makefile.msvc b/Makefile.msvc index 826ff8543..0d88f6685 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -20,7 +20,7 @@ SRC_DIR = "$(ROOT_DIR)/src" BUNDLE_DIR = "$(ROOT_DIR)/bundle" BUNDLES_DIR = "$(ROOT_DIR)/bundles" TTD = "openttd.exe" -TARGET := $(shell echo $(PLATFORM) | sed "s~win64~x64~;s~win32~Win32~") +TARGET := $(shell echo $(PLATFORM) | sed "s@win64@x64@;s@win32@Win32@") all: $(Q)cp objs/$(TARGET)/Release/$(TTD) $(BIN_DIR)/$(TTD) -- cgit v1.2.3-54-g00ecf