(svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)

This commit is contained in:
truelight 2007-10-06 22:08:04 +00:00
parent 1771089d04
commit 525d216adc
1 changed files with 1 additions and 1 deletions

View File

@ -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