summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-05-16 00:04:01 +0000
committerbjarni <bjarni@openttd.org>2005-05-16 00:04:01 +0000
commit2bc9764fcfa148a67bce1ceb109ef611013c2556 (patch)
tree422b3fce2b43d224a06ab05d6783253a527ab4b3 /Makefile
parent7dc5c5d1b10ef27dcb0932e29fa34d783ecdaeff (diff)
downloadopenttd-2bc9764fcfa148a67bce1ceb109ef611013c2556.tar.xz
(svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 519392524..a79551a15 100644
--- a/Makefile
+++ b/Makefile
@@ -778,7 +778,7 @@ quiet_cmd_cxx_compile = '===> Compiling $<'
ifdef OSX
OSX:=OSX
-OSX_MIDI_PLAYER_FILE:=os/macosx/OpenTTDMidi.class
+OSX_MIDI_PLAYER_FILE:=os/macos/OpenTTDMidi.class
endif