(svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)
authortruelight
Sat, 06 Oct 2007 22:08:04 +0000
changeset 8184 275479af50c8
parent 8183 e4425028c318
child 8185 aefd50706cdb
(svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)
Makefile.in
--- a/Makefile.in	Sat Oct 06 13:20:27 2007 +0000
+++ b/Makefile.in	Sat Oct 06 22:08:04 2007 +0000
@@ -210,7 +210,7 @@
 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