(svn r2903) Fix case mismatch for ottdmidi java file (moebius)
authorDarkvater
Thu, 01 Sep 2005 21:10:05 +0000
changeset 2377 cbacf94020d7
parent 2376 ba831650d794
child 2378 20c6e78b2b9d
(svn r2903) Fix case mismatch for ottdmidi java file (moebius)
Makefile
--- a/Makefile	Wed Aug 31 09:19:34 2005 +0000
+++ b/Makefile	Thu Sep 01 21:10:05 2005 +0000
@@ -791,7 +791,7 @@
 	$(Q)os/macosx/plistgen.sh "$(OSXAPP)" "$(REV)"
 	$(Q)cp os/macosx/track_starter "$(OSXAPP)"/Contents/MacOS
 	$(Q)ls os/macosx | grep -q "\.class" || \
-	       javac os/macosx/OpenTTDMidi.java
+	       javac os/macosx/openttdmidi.java
 	$(Q)cp os/macosx/OpenTTDMidi.class "$(OSXAPP)"/Contents/MacOS
 	$(Q)cp data/* "$(OSXAPP)"/Contents/Data/
 	$(Q)cp lang/*.lng "$(OSXAPP)"/Contents/Lang/
@@ -896,7 +896,7 @@
 	@echo 'const char _openttd_revision[] = "$(REV)";' >>rev.c.new
 	@# some additions for MorphOS versions tag
 	@echo '#ifdef __MORPHOS__'  >>rev.c.new
-	@echo 'const char morphos_versions_tag[] = "\\0$$VER: OpenTTD $(REV) ('${BUILDDATE}') © OpenTTD Team [MorphOS, PowerPC]";'  >>rev.c.new
+	@echo 'const char morphos_versions_tag[] = "\\0$$VER: OpenTTD $(REV) ('${BUILDDATE}')  OpenTTD Team [MorphOS, PowerPC]";'  >>rev.c.new
 	@echo '#endif' >>rev.c.new
 	@# Only update the real rev.c if it actually changed, to prevent
 	@# useless rebuilds.