# HG changeset patch # User bjarni # Date 2006-07-01 10:32:46 # Node ID 8c841c9fdda76d77b0a56472e5b5f25671b55e16 # Parent c5b396f2f8d0ce5eb826a5a17798243108c3523c (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 diff --git a/os/macosx/Makefile b/os/macosx/Makefile --- 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