changeset 2301 | 0a3821d472a3 |
parent 1776 | 33e9405ab91b |
child 3111 | fefdeafb7ab9 |
--- a/jdk/make/java/redist/Makefile Thu Mar 26 16:52:00 2009 -0700 +++ b/jdk/make/java/redist/Makefile Tue Mar 31 15:27:40 2009 -0700 @@ -251,9 +251,11 @@ # ifdef OPENJDK -include $(BUILDDIR)/common/internal/BinaryPlugs.gmk + ifeq ($(IMPORT_BINARY_PLUGS),true) + include $(BUILDDIR)/common/internal/BinaryPlugs.gmk -build: import-binary-plugs + build: import-binary-plugs + endif else # !OPENJDK