summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-04-24 16:01:36 +0000
committertruelight <truelight@openttd.org>2005-04-24 16:01:36 +0000
commit5d192d71505a1688a832a989d74b344f69866ba0 (patch)
tree9b3e722fb45b8f4df4d41f8fa3457d498011f4b6 /Makefile
parentfacd3d1af1e26c0bb25c109f0b0b2d9e65275535 (diff)
downloadopenttd-5d192d71505a1688a832a989d74b344f69866ba0.tar.xz
(svn r2226) -Fix: 2 other capital problems for the OSX part of the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)