make/linux/makefiles/vm.make

changeset 5402
16b10327b00d
parent 5109
aabf54ccedb1
child 5403
90d6c221d4e5
     1.1 --- a/make/linux/makefiles/vm.make	Fri Jun 07 09:33:01 2013 -0700
     1.2 +++ b/make/linux/makefiles/vm.make	Tue Jul 16 10:55:48 2013 -0400
     1.3 @@ -46,6 +46,7 @@
     1.4    include $(MAKEFILES_DIR)/zeroshark.make
     1.5  else
     1.6    include $(MAKEFILES_DIR)/$(BUILDARCH).make
     1.7 +  -include $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make
     1.8  endif
     1.9  
    1.10  # set VPATH so make knows where to look for source files
    1.11 @@ -384,4 +385,4 @@
    1.12  
    1.13  install: install_jvm install_jsig install_saproc
    1.14  
    1.15 -.PHONY: default build install install_jvm
    1.16 +.PHONY: default build install install_jvm $(HS_ALT_MAKE)/$(Platform_os_family)/makefiles/$(BUILDARCH).make

mercurial