Change the command line options of mkerr.pl so -static is now default and
[openssl.git] / Makefile.org
index 23be9bc14bab65644efa2c51c2df281831fa931e..0e9dfa35b5a4495515ff7b3fba8b2b23903551cd 100644 (file)
@@ -263,11 +263,7 @@ tags:
        done;
 
 errors:
-       @for i in $(DIRS) ;\
-       do \
-       (cd $$i && echo "making errors in $$i..." && \
-       $(MAKE) SDIRS='${SDIRS}' PERL='${PERL}' errors ) || exit 1; \
-       done;
+       perl util/mkerr.pl -recurse -write
 
 tar:
        @gtar --no-recursion -cvf - \