make/solaris/makefiles/rules.make

changeset 663
f232d7d67023
parent 633
6470a2a42f92
child 670
9c2ecc2ffb12
     1.1 --- a/make/solaris/makefiles/rules.make	Sun Jun 22 20:07:58 2008 -0700
     1.2 +++ b/make/solaris/makefiles/rules.make	Tue Jun 24 16:52:31 2008 -0700
     1.3 @@ -133,7 +133,10 @@
     1.4  COMPILE_DONE    = && { echo Done with $<; }
     1.5  endif
     1.6  
     1.7 -include $(GAMMADIR)/make/defs.make
     1.8 +# Include NONPIC_OBJ_FILES definition
     1.9 +ifndef LP64
    1.10 +include $(GAMMADIR)/make/pic.make
    1.11 +endif
    1.12  
    1.13  # Sun compiler for 64 bit Solaris does not support building non-PIC object files.
    1.14  ifdef LP64

mercurial