From 5d192d71505a1688a832a989d74b344f69866ba0 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 24 Apr 2005 16:01:36 +0000 Subject: (svn r2226) -Fix: 2 other capital problems for the OSX part of the Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5997ef5d1..453dc13d8 100644 --- a/Makefile +++ b/Makefile @@ -804,10 +804,10 @@ $(OSX): $(TTD) $(Q)echo "APPL????" > "$(OSXAPP)"/Contents/PkgInfo $(Q)cp os/macosx/openttd.icns "$(OSXAPP)"/Contents/Resources/openttd.icns $(Q)os/macosx/plistgen.sh "$(OSXAPP)" "$(REV)" - $(Q)cp os/macosx/track_starter "$(OSXAPP)"/Contents/macos + $(Q)cp os/macosx/track_starter "$(OSXAPP)"/Contents/MacOS $(Q)ls os/macosx | grep -q "\.class" || \ javac os/macosx/OpenTTDMidi.java - $(Q)cp os/macosx/OpenTTDMidi.class "$(OSXAPP)"/Contents/macos + $(Q)cp os/macosx/OpenTTDMidi.class "$(OSXAPP)"/Contents/MacOS $(Q)cp data/* "$(OSXAPP)"/Contents/Data/ $(Q)cp lang/*.lng "$(OSXAPP)"/Contents/Lang/ $(Q)cp $(TTD) "$(OSXAPP)"/Contents/MacOS/$(TTD) -- cgit v1.2.3-54-g00ecf