make/Makefile-classic

Print this page

        

@@ -239,10 +239,11 @@
 
 JAVAC_DIRS = \
         javax/annotation/processing \
         javax/lang/model \
         javax/tools \
+        jdk/ \
         com/sun/source \
         com/sun/tools/javac 
 
 JAVAC_RESOURCE_FILES = \
         $(shell find $(patsubst %,$(SRC_CLASSES_DIR)/%,$(JAVAC_DIRS)) -name SCCS -prune -o -name \*.properties -print )