6883790: corba build problem related to wildcard and vpath, regression

Reviewed-by: tbell
This commit is contained in:
Kelly O'Hair 2009-09-18 16:26:51 -07:00
parent 2f09b5fdac
commit 97f616d2bd

View File

@ -156,6 +156,7 @@ JAVAC_PREFER_SOURCE = -Xprefer:source
.compile.classlist : $(JAVA_SOURCE_LIST)
@$(MKDIR) -p $(CLASSDESTDIR)
if [ -s $(JAVA_SOURCE_LIST) ] ; then \
$(CAT) $(JAVA_SOURCE_LIST); \
$(JAVAC_CMD) $(JAVAC_PREFER_SOURCE) -sourcepath "$(SOURCEPATH)" -d $(CLASSDESTDIR) @$(JAVA_SOURCE_LIST); \
fi
@$(java-vm-cleanup)