summaryrefslogtreecommitdiff
path: root/os/macosx
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-07-01 10:32:46 +0000
committerbjarni <bjarni@openttd.org>2006-07-01 10:32:46 +0000
commit77d3d209414c5e90b88f4fb313bdcb4c7c56d7a1 (patch)
treef814008e67d5695f732ac5c34d7e4f1b0faeef59 /os/macosx
parent0f0e60daaa995e19ed6495f159a98a86d0bc1915 (diff)
downloadopenttd-77d3d209414c5e90b88f4fb313bdcb4c7c56d7a1.tar.xz
(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
Diffstat (limited to 'os/macosx')
-rw-r--r--os/macosx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/macosx/Makefile b/os/macosx/Makefile
index cc425ed4a..e782e9b6c 100644
--- a/os/macosx/Makefile
+++ b/os/macosx/Makefile
@@ -150,4 +150,4 @@ release: all
$(OSX): $(TTD) $(OSX_STRIP) BUILD_OSX_BUNDLE
-.PHONY: release $(BUILD_OSX_BUNDLE) $(UNIVERSAL_BINARY)
+.PHONY: release BUILD_OSX_BUNDLE