From 525d216adce878b5d8b5c4af5ec6d87e55cf006e Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 6 Oct 2007 22:08:04 +0000 Subject: [PATCH] (svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 35ef93cba7..bef6b502a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,7 +210,7 @@ endif ifeq ($(shell if test -n "`ls -l \"$(BIN_DIR)/scenario/heightmaps/\"* 2>/dev/null`"; then echo 1; fi), 1) $(Q)cp "$(BIN_DIR)/scenario/heightmaps/"* "$(BUNDLE_DIR)/scenario/heightmap/" endif -ifeq ($(TTD), "openttd.exe") +ifeq ($(TTD), openttd.exe) $(Q)unix2dos "$(BUNDLE_DIR)/docs/"* "$(BUNDLE_DIR)/readme.txt" "$(BUNDLE_DIR)/COPYING" endif