summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-06-18 10:02:47 +0000
committertruelight <truelight@openttd.org>2005-06-18 10:02:47 +0000
commit7721a2efe43820a1039f0e120665f2c869efadfe (patch)
treecb052a105f574eea54caab9ee2141b6770a2deac /Makefile
parentd90840f7f881a9071a2dc7dbeb2f47772310d69a (diff)
downloadopenttd-7721a2efe43820a1039f0e120665f2c869efadfe.tar.xz
(svn r2457) -Fix: typo in Makefile for OSX builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22cfb5395..5657b46a5 100644
--- a/Makefile
+++ b/Makefile
@@ -497,7 +497,7 @@ endif
# MIDI setup
ifdef OSX
ifndef MIDI
-MIDI:=$(OSXAPP)/Contents/macosx/track_starter
+MIDI:=$(OSXAPP)/Contents/MacOS/track_starter
endif
ifndef SECOND_DATA_PATH
SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"