summaryrefslogtreecommitdiffstats
path: root/ns_usesh.mk
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-04-07 18:03:29 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-04-07 18:03:29 +0000
commit24be8a640a6af74459f2b97692aaf43f26d5ab04 (patch)
treeedd010f75fe4cc03ca54bb8f356c72201cbec667 /ns_usesh.mk
parent77746d701704a780a3255ee9c8464f57524e3784 (diff)
downloadds-24be8a640a6af74459f2b97692aaf43f26d5ab04.tar.gz
ds-24be8a640a6af74459f2b97692aaf43f26d5ab04.tar.xz
ds-24be8a640a6af74459f2b97692aaf43f26d5ab04.zip
Removed extra $(NS64TAG) from sh_release_config; $(NSCONFIG) contains _64.
sh_release_config:=$(sh_components_share)/$(SH_VERSION)/$(NSCONFIG)$(NSOBJDIR_TAG)
Diffstat (limited to 'ns_usesh.mk')
-rw-r--r--ns_usesh.mk2
1 files changed, 1 insertions, 1 deletions
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