summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/Makefile
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-11-15 02:23:31 +0000
committerrelyea%netscape.com <devnull@localhost>2001-11-15 02:23:31 +0000
commita3e7bdd02ab1ef3bcd7da48e4b311611270c4c34 (patch)
tree554ec27e74cb423d2bf8009533eacc3c2a6a9371 /security/nss/lib/softoken/Makefile
parent174b1b1b533308125d0d4d33ba4a6ae0df20ac16 (diff)
downloadnss-hg-a3e7bdd02ab1ef3bcd7da48e4b311611270c4c34.tar.gz
Fix AIX 64 bit build breakage when in debug mode.
Diffstat (limited to 'security/nss/lib/softoken/Makefile')
-rw-r--r--security/nss/lib/softoken/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/nss/lib/softoken/Makefile b/security/nss/lib/softoken/Makefile
index 653bbb7ab..02e3d5079 100644
--- a/security/nss/lib/softoken/Makefile
+++ b/security/nss/lib/softoken/Makefile
@@ -81,6 +81,9 @@ ifeq ($(OS_ARCH),AIX)
ifeq ($(OS_RELEASE),4.3)
ifeq ($(USE_64),1)
ifndef BUILD_OPT
+$(OBJDIR)/pkcs11.o: pkcs11.c
+ @$(MAKE_OBJDIR)
+ $(CC) -o $@ -c -O2 $(CFLAGS) $<
$(OBJDIR)/pkcs11c.o: pkcs11c.c
@$(MAKE_OBJDIR)
$(CC) -o $@ -c -O2 $(CFLAGS) $<