Restore ERRC definitions that are needed to compile the library.
[openssl.git] / crypto / dh / Makefile.ssl
index 739a712315fdeab3a71463af6a5e75de5f3846d6..f0229e47407e0c4a1a86a213c2e5245ac9fecd8e 100644 (file)
@@ -15,7 +15,6 @@ AR=           ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-ERR=dh
 ERRC=dh_err
 GENERAL=Makefile
 TEST= dhtest.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.
 
 dh_check.o: ../../include/openssl/bio.h ../../include/openssl/bn.h