hotspot/make/linux/makefiles/rules.make
changeset 774 e71318ea23e8
parent 744 88e28f2ccee4
child 781 e1baa9c8f16f
--- a/hotspot/make/linux/makefiles/rules.make	Sun Jun 22 20:07:58 2008 -0700
+++ b/hotspot/make/linux/makefiles/rules.make	Tue Jun 24 16:52:31 2008 -0700
@@ -133,7 +133,10 @@
 COMPILE_DONE    = && { echo Done with $<; }
 endif
 
-include $(GAMMADIR)/make/defs.make
+# Include $(NONPIC_OBJ_FILES) definition
+ifndef LP64
+include $(GAMMADIR)/make/pic.make
+endif
 
 # The non-PIC object files are only generated for 32 bit platforms.
 ifdef LP64