From 8b5d6059c9d4367920bae8fa5f8780ed9254ba7c Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Tue, 1 May 2001 00:22:30 +0000 Subject: [PATCH] Add .asm to the vpath as well. --- security/nss/lib/freebl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/nss/lib/freebl/Makefile b/security/nss/lib/freebl/Makefile index c3dff7aeaa6c..9d05a891d04d 100644 --- a/security/nss/lib/freebl/Makefile +++ b/security/nss/lib/freebl/Makefile @@ -236,11 +236,13 @@ ifdef USE_PURE_32 vpath %.c $(FREEBL_PARENT)/mpi:$(FREEBL_PARENT) vpath %.S $(FREEBL_PARENT)/mpi:$(FREEBL_PARENT) vpath %.s $(FREEBL_PARENT)/mpi:$(FREEBL_PARENT) +vpath %.asm $(FREEBL_PARENT)/mpi:$(FREEBL_PARENT) INCLUDES += -I$(FREEBL_PARENT) -I$(FREEBL_PARENT)/mpi else vpath %.c mpi vpath %.S mpi vpath %.s mpi +vpath %.asm mpi INCLUDES += -Impi endif