New err_code.pl script to retain old error codes. This should allow the use
[openssl.git] / ssl / Makefile.ssl
index f4b13bf83b8a985f5ee1fc7fb567a9fce8e7bca1..50b4d6aa4571acd362f758af2af64700d089eb60 100644 (file)
@@ -93,7 +93,9 @@ dclean:
 clean:
        /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
-errors:
+errors: $(ERRC).c
+
+$(ERRC).c: $(ERR).err
        perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
        perl ../crypto/err/err_genc.pl -s $(ERR).h $(ERRC).c