jdk/make/common/Defs.gmk
changeset 9021 5cf29386a520
parent 8993 9076d969ffdf
parent 8820 ddac2c4891b9
child 10292 ed7db6a12c2a
equal deleted inserted replaced
9020:13b639abc930 9021:5cf29386a520
   522   COPYRIGHT_YEAR = $(ALT_COPYRIGHT_YEAR)
   522   COPYRIGHT_YEAR = $(ALT_COPYRIGHT_YEAR)
   523 else
   523 else
   524   COPYRIGHT_YEAR := $(shell $(DATE) '+%Y')
   524   COPYRIGHT_YEAR := $(shell $(DATE) '+%Y')
   525 endif
   525 endif
   526 
   526 
       
   527 ifndef OPENJDK
       
   528 include $(JDK_TOPDIR)/make/closed/common/Defs.gmk
       
   529 endif
       
   530 
   527 # Install of imported file (JDK_IMPORT_PATH, or some other external location)
   531 # Install of imported file (JDK_IMPORT_PATH, or some other external location)
   528 define install-importonly-file
   532 define install-importonly-file
   529 @$(ECHO) "ASSEMBLY_IMPORT: $@"
   533 @$(ECHO) "ASSEMBLY_IMPORT: $@"
   530 $(prep-target)
   534 $(prep-target)
   531 $(CP) $< $@
   535 $(CP) $< $@