From 1776b2d7620afbe7cb18c691e8bdd9f8b34f65b1 Mon Sep 17 00:00:00 2001 From: "wtc%google.com" Date: Fri, 21 Jan 2011 23:58:11 +0000 Subject: [PATCH] Bug 625491: Make pk11load.o depend on debug_module.c. r=rrelyea. git-svn-id: svn://10.0.0.236/trunk@261787 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/pk11wrap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/security/nss/lib/pk11wrap/Makefile b/mozilla/security/nss/lib/pk11wrap/Makefile index a3cca6ab067..479086292db 100644 --- a/mozilla/security/nss/lib/pk11wrap/Makefile +++ b/mozilla/security/nss/lib/pk11wrap/Makefile @@ -78,6 +78,8 @@ include $(CORE_DEPTH)/coreconf/rules.mk export:: private_export +$(OBJDIR)/pk11load$(OBJ_SUFFIX): debug_module.c + # On AIX 4.3, IBM xlC_r compiler (version 3.6.6) cannot compile # pk11slot.c in 64-bit mode for unknown reasons. A workaround is # to compile it with optimizations turned on. (Bugzilla bug #63815)