jdk/make/java/redist/Makefile
changeset 4917 c98da2209f8c
parent 4665 d14dc3d9e1fa
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    60 CLASSSHARINGDATA_DIR   = $(BUILDDIR)/tools/sharing
    60 CLASSSHARINGDATA_DIR   = $(BUILDDIR)/tools/sharing
    61 
    61 
    62 # Needed to do file copy
    62 # Needed to do file copy
    63 ABS_BUILDDIR :=$(call FullPath,$(BUILDDIR))
    63 ABS_BUILDDIR :=$(call FullPath,$(BUILDDIR))
    64 
    64 
    65 SUBDIRS = fonts sajdi
    65 SUBDIRS_desktop = fonts
       
    66 SUBDIRS_tools   = sajdi
       
    67 include $(BUILDDIR)/common/Subdirs.gmk
       
    68 
    66 all clean clobber::
    69 all clean clobber::
    67 	$(SUBDIRS-loop)
    70 	$(SUBDIRS-loop)
    68 
    71 
    69 all:: build
    72 all:: build
    70 
    73