From 24be8a640a6af74459f2b97692aaf43f26d5ab04 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 7 Apr 2006 18:03:29 +0000 Subject: Removed extra $(NS64TAG) from sh_release_config; $(NSCONFIG) contains _64. sh_release_config:=$(sh_components_share)/$(SH_VERSION)/$(NSCONFIG)$(NSOBJDIR_TAG) --- ns_usesh.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ns_usesh.mk') diff --git a/ns_usesh.mk b/ns_usesh.mk index 1735acc8..8fff42c6 100644 --- a/ns_usesh.mk +++ b/ns_usesh.mk @@ -121,7 +121,7 @@ sh_component_name:=smartheap6 # define the paths to the component parts sh_path_root:=$(NSCP_DISTDIR)/$(sh_component_name) sh_components_share=/share/builds/components/$(sh_component_name) -sh_release_config:=$(sh_components_share)/$(SH_VERSION)/$(NSCONFIG)$(NS64TAG)$(NSOBJDIR_TAG) +sh_release_config:=$(sh_components_share)/$(SH_VERSION)/$(NSCONFIG)$(NSOBJDIR_TAG) SH_INCLUDE:=$(sh_path_root)/include SH_LIBPATH:=$(sh_path_root)/lib # hack below because I couldn't find this defined anywhere in the nsxxx.mk headers -- cgit