# HG changeset patch # User sla # Date 1340803416 -7200 # Node ID 74533f63b116556a263437a1c9756b2ed120fd63 # Parent 36b2d4cfcf0313795abfb9f26a5b3e6616356f4a 7178667: ALT_EXPORT_PATH does not export server jvm on macosx Summary: Missing .PHONY targets in makefile Reviewed-by: dholmes, dsamersoff diff -r 36b2d4cfcf03 -r 74533f63b116 make/bsd/makefiles/universal.gmk --- a/make/bsd/makefiles/universal.gmk Mon Jun 25 18:59:52 2012 -0700 +++ b/make/bsd/makefiles/universal.gmk Wed Jun 27 15:23:36 2012 +0200 @@ -110,4 +110,5 @@ .PHONY: universal_product universal_fastdebug universal_debug \ all_product_universal all_fastdebug_universal all_debug_universal \ - universalize export_universal copy_universal + universalize export_universal copy_universal \ + $(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)