Bug 588052 - FREEBL_NO_DEPEND should not depend on FREEBL_CHILD_BUILD=1, r=wtc,emaldona
git-svn-id: svn://10.0.0.236/trunk@261056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -76,6 +76,11 @@ endif
|
||||
|
||||
ifeq ($(FREEBL_NO_DEPEND),1)
|
||||
DEFINES += -DFREEBL_NO_DEPEND
|
||||
LOWHASH_SRCS = stubs.c nsslowhash.c
|
||||
LOWHASH_EXPORTS = nsslowhash.h
|
||||
MAPFILE_SOURCE = freebl_hash.def
|
||||
else
|
||||
MAPFILE_SOURCE = freebl.def
|
||||
endif
|
||||
|
||||
# FREEBL_USE_PRELINK
|
||||
|
||||
@@ -66,14 +66,6 @@ ALL_TRASH := $(TARGETS) $(OBJS) $(OBJDIR) LOGS TAGS $(GARBAGE) \
|
||||
|
||||
else
|
||||
|
||||
ifeq ($(FREEBL_NO_DEPEND),1)
|
||||
LOWHASH_SRCS = stubs.c nsslowhash.c
|
||||
LOWHASH_EXPORTS = nsslowhash.h
|
||||
MAPFILE_SOURCE = freebl_hash.def
|
||||
else
|
||||
MAPFILE_SOURCE = freebl.def
|
||||
endif
|
||||
|
||||
# This is a recursive child make. We build the shared lib.
|
||||
|
||||
TARGETS = $(SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user