summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 13:33:23 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 13:33:23 +0000
commit390e50e75e9bfa04b409d8db0a4ccc998d6d216d (patch)
tree8a301be414db5896de79c3b48e3db8fc618e9c62 /src
parentf3458a7fd11e96755c9ccd4817eb3993f4d119ef (diff)
downloadkrb5-390e50e75e9bfa04b409d8db0a4ccc998d6d216d.tar.gz
krb5-390e50e75e9bfa04b409d8db0a4ccc998d6d216d.tar.xz
krb5-390e50e75e9bfa04b409d8db0a4ccc998d6d216d.zip
add clean rule to nuke the error table stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@917 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/kdc/Imakefile7
1 files changed, 6 insertions, 1 deletions
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