summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-11-15 01:01:49 +0000
committerwtchang%redhat.com <devnull@localhost>2005-11-15 01:01:49 +0000
commit77fbea3f54a3f84360647db24cbcc5d2b64bc6fa (patch)
tree46f8d93ee1e04018f4a124ead2fb167f2fe739d6
parent87e3cd2f102371a58925269b63fb03d34e2fcff3 (diff)
downloadnss-hg-77fbea3f54a3f84360647db24cbcc5d2b64bc6fa.tar.gz
Whitespace changes.NSS_3_10_2_RTM_HPUX_IPF
Tag: NSS_3_10_2_PORTING_BRANCH
-rw-r--r--security/coreconf/HP-UX.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/coreconf/HP-UX.mk b/security/coreconf/HP-UX.mk
index 5357829b4..8a38048ad 100644
--- a/security/coreconf/HP-UX.mk
+++ b/security/coreconf/HP-UX.mk
@@ -45,9 +45,9 @@ DEFAULT_COMPILER = cc
ifeq ($(OS_TEST),ia64)
CPU_ARCH = ia64
- CPU_TAG = _$(CPU_ARCH)
- ifneq ($(USE_64), 1)
- 64BIT_TAG=_32
+ CPU_TAG = _$(CPU_ARCH)
+ ifneq ($(USE_64),1)
+ 64BIT_TAG = _32
endif
DLL_SUFFIX = so
else