make/solaris/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/solaris/makefiles/adlc.make	Wed Aug  7 01:23:43 2013
--- new/make/solaris/makefiles/adlc.make	Wed Aug  7 01:23:43 2013

*** 40,56 **** --- 40,54 ---- SOURCE.AD = $(OUTDIR)/$(OS)_$(Platform_arch_model).ad ifeq ("${Platform_arch_model}", "${Platform_arch}") SOURCES.AD = \ - $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(ARCH)/vm/$(Platform_arch_model).ad) \ $(call altsrc-replace,$(HS_COMMON_SRC)/os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad) else SOURCES.AD = \ $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(ARCH)/vm/$(Platform_arch_model).ad) \ - $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(ARCH)/vm/$(Platform_arch).ad) \ $(call altsrc-replace,$(HS_COMMON_SRC)/os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad) endif EXEC = $(OUTDIR)/adlc # set VPATH so make knows where to look for source files

make/solaris/makefiles/adlc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File