diff make/solaris/makefiles/rules.make @ 228:f232d7d67023

6717128: Using relative path for ALT_OUTPUTDIR does not work properly Summary: import the absolute output directory when launching sub make process and avoid including defs.make in rules.make Reviewed-by: kamg, kvn
author xlu
date Tue, 24 Jun 2008 16:52:31 -0700
parents 6470a2a42f92
children 9c2ecc2ffb12
line wrap: on
line diff
--- a/make/solaris/makefiles/rules.make	Sun Jun 22 20:07:58 2008 -0700
+++ b/make/solaris/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
 
 # Sun compiler for 64 bit Solaris does not support building non-PIC object files.
 ifdef LP64