From: John Kohl Date: Fri, 4 Jan 1991 15:11:12 +0000 (+0000) Subject: add an echo to ignore the error X-Git-Tag: krb5-1.0-alpha4~353 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b487d9845a21dd8e207dde74ba2d67d95f916dc;p=krb5.git add an echo to ignore the error git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1618 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 8e6df2199..2a36711d3 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -174,7 +174,8 @@ KRB5-pt0.c KRB5-cflist KRB5-oflist: KRB5-types.c process.perl $(PERL) process.perl KRB5-types.c KRB5-pt KRB5-cflist KRB5-oflist #endif -KRB5-types.c: KRB5-types.py +KRB5-types.c:: KRB5-types.py + @echo '***Ignore the warning message "line XXXX: Warning: Can'\''t find UNIV.ph failed"' KRB5-types.h: KRB5-types.c KRB5-types.py: KRB5-asn.py