# HG changeset patch # User truelight # Date 1119088967 0 # Node ID e2411936f1ff4913ff38a908b027f56a88db0d94 # Parent aeb6067adc30b6d6cae4e3f3573d73fef39b9a5f (svn r2457) -Fix: typo in Makefile for OSX builds diff -r aeb6067adc30 -r e2411936f1ff Makefile --- a/Makefile Fri Jun 17 17:11:05 2005 +0000 +++ b/Makefile Sat Jun 18 10:02:47 2005 +0000 @@ -497,7 +497,7 @@ # 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/"