Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
[openssl.git] / crypto / pem / Makefile.ssl
index 6a92f7d094441e1deae8402899e1ad24043d63f5..5470df3476fa531de43a34dfa42eebcc6600468b 100644 (file)
@@ -15,8 +15,6 @@ AR=           ar r
 
 CFLAGS= $(INCLUDES) $(CFLAG)
 
-ERR=pem
-ERRC=pem_err
 GENERAL=Makefile
 TEST=
 APPS=
@@ -77,12 +75,6 @@ dclean:
 clean:
        rm -f *.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.
 
 pem_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h