Browse Source

Removed extra $(NS64TAG) from sh_release_config; $(NSCONFIG) contains _64.
sh_release_config:=$(sh_components_share)/$(SH_VERSION)/$(NSCONFIG)$(NSOBJDIR_TAG)

Noriko Hosoi 19 years ago
parent
commit
24be8a640a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ns_usesh.mk

+ 1 - 1
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