Restore ERRC definitions that are needed to compile the library.
[openssl.git] / crypto / dsa / Makefile.ssl
index 677430055108194a46f2ffcbe4e4e87db7421483..28d6fabf6ef790becd0b7137533abf1033468b45 100644 (file)
@@ -15,7 +15,6 @@ AR=           ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-ERR=dsa
 ERRC=dsa_err
 GENERAL=Makefile
 TEST=dsatest.c
@@ -76,12 +75,6 @@ dclean:
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
-errors: $(ERRC).c
-
-$(ERRC).c: $(ERR).err
-       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
-       $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
-
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
 dsa_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h