Check for FindNextFile when defining it rather than FindFirstFile
[oweals/openssl.git] / crypto / ec / Makefile
index 8cca59e078d22f1ae946f832776a7d03a6bdeedc..0d9f3ab256a0af3d13e351c633316a1cc43b6f72 100644 (file)
@@ -48,6 +48,12 @@ lib: $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
+ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
+       $(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@
+
+ecp_nistz256-avx2.s:   asm/ecp_nistz256-avx2.pl
+       $(PERL) asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME) > $@
+
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO