Changeset - r7688:2882f58080b7
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-10-06 22:08:04
truelight@openttd.org
(svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.in
Show inline comments
 
@@ -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
 

	
0 comments (0 inline, 0 general)