jdk/make/common/Defs.gmk
changeset 30 7ea1edf98bfe
parent 2 90ce3da70b43
child 32 d190436d5b3e
--- a/jdk/make/common/Defs.gmk	Tue Mar 04 09:51:25 2008 -0800
+++ b/jdk/make/common/Defs.gmk	Tue Mar 04 09:52:54 2008 -0800
@@ -59,13 +59,13 @@
 # there yet.
 #
 ifndef SHARE_SRC
-  SHARE_SRC    = $(JDK_TOPDIR)/src/share
+  SHARE_SRC    = $(BUILDDIR)/../src/share
 endif
 
 # Files that cannot be included in the OpenJDK distribution are
 # collected under a parent directory which contains just those files.
 ifndef CLOSED_SRC
-  CLOSED_SRC  = $(JDK_TOPDIR)/src/closed
+  CLOSED_SRC  = $(BUILDDIR)/../src/closed
 endif
 
 # If we have no closed directory, force it to an openjdk build