changeset 126:31ce3cac3cc1

6883790: corba build problem related to wildcard and vpath, regression Reviewed-by: tbell
author ohair
date Fri, 18 Sep 2009 16:26:51 -0700
parents 546970b224ca
children 2aa5665d86a5
files make/common/Rules.gmk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/Rules.gmk	Fri Sep 18 09:39:47 2009 -0700
+++ b/make/common/Rules.gmk	Fri Sep 18 16:26:51 2009 -0700
@@ -156,6 +156,7 @@
 .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)