7178667: ALT_EXPORT_PATH does not export server jvm on macosx

Missing .PHONY targets in makefile

Reviewed-by: dholmes, dsamersoff
This commit is contained in:
Staffan Larsen 2012-06-27 15:23:36 +02:00
parent e53644ef78
commit 8e42425c92

View File

@ -110,4 +110,5 @@ copy_debug_jdk::
.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)