Changeset - r4104:8c841c9fdda7
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2006-07-01 10:32:46
bjarni@openttd.org
(svn r5438) -Code cleanup [OSX] removed UNIVERSAL_BINARY as a phony target since the target is long gone. Also corrected BUILD_OSX_BUNDLE as phony target
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
os/macosx/Makefile
Show inline comments
 
@@ -147,7 +147,7 @@ release: all
 
	$(Q)cp scenario/* "OpenTTD $(REV)/scenario/"
 
	$(Q)hdiutil create -ov -format UDZO -srcfolder "OpenTTD $(REV)" openttd-"$(REV)"-osx"$(JAGUAR_POSTFIX)".dmg
 
	$(Q)rm -fr "OpenTTD $(REV)"
 

	
 
$(OSX): $(TTD) $(OSX_STRIP) BUILD_OSX_BUNDLE
 

	
 
.PHONY: release $(BUILD_OSX_BUNDLE) $(UNIVERSAL_BINARY)
 
.PHONY: release BUILD_OSX_BUNDLE
0 comments (0 inline, 0 general)