diff --git a/security/nss/lib/freebl/Makefile b/security/nss/lib/freebl/Makefile index a84437f4f57..52a94f1924f 100644 --- a/security/nss/lib/freebl/Makefile +++ b/security/nss/lib/freebl/Makefile @@ -104,7 +104,8 @@ primes.c : mpi/primes.c .PRECIOUS : $(MPI_SRCS) $(MPI_HDRS) -ALL_TRASH += $(MPI_SRCS) $(MPI_HDRS) +ALL_TRASH += $(MPI_SRCS) $(MPI_HDRS) primes.c + DEFINES += -DMP_API_COMPATIBLE MPI_OBJS = $(addprefix $(OBJDIR)/$(PROG_PREFIX), $(MPI_SRCS:.c=$(OBJ_SUFFIX)))