diff make/solaris/makefiles/rules.make @ 2199:d8a72fbc4be7

7003401: Implement VM error-reporting functionality on erroneous termination Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
author kamg
date Tue, 08 Feb 2011 17:20:45 -0500
parents f95d63e2154a
children 1d1603768966
line wrap: on
line diff
--- a/make/solaris/makefiles/rules.make	Thu Feb 03 20:30:19 2011 -0800
+++ b/make/solaris/makefiles/rules.make	Tue Feb 08 17:20:45 2011 -0500
@@ -146,6 +146,8 @@
 include $(GAMMADIR)/make/pic.make
 endif
 
+include $(GAMMADIR)/make/altsrc.make
+
 # Sun compiler for 64 bit Solaris does not support building non-PIC object files.
 ifdef LP64
 %.o: %.cpp