From: John Kohl Date: Wed, 23 May 1990 13:33:23 +0000 (+0000) Subject: add clean rule to nuke the error table stuff X-Git-Tag: krb5-1.0-alpha2~489 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=390e50e75e9bfa04b409d8db0a4ccc998d6d216d;p=krb5.git add clean rule to nuke the error table stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@917 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kdc/Imakefile b/src/kdc/Imakefile index 1abf08734..abf759891 100644 --- a/src/kdc/Imakefile +++ b/src/kdc/Imakefile @@ -22,6 +22,11 @@ OBJS= \ ErrorTableObjectRule() -all:: krb5kdc $(SRCS) +all:: krb5kdc + +kdc5_err.c: kdc5_err.et NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),) + +clean:: + $(RM) kdc5_err.h kdc5_err.c