diff options
author | truelight <truelight@openttd.org> | 2005-06-18 10:02:47 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-06-18 10:02:47 +0000 |
commit | 7721a2efe43820a1039f0e120665f2c869efadfe (patch) | |
tree | cb052a105f574eea54caab9ee2141b6770a2deac /Makefile | |
parent | d90840f7f881a9071a2dc7dbeb2f47772310d69a (diff) | |
download | openttd-7721a2efe43820a1039f0e120665f2c869efadfe.tar.xz |
(svn r2457) -Fix: typo in Makefile for OSX builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" |