add clean rule to nuke the error table stuff
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 13:33:23 +0000 (13:33 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 13:33:23 +0000 (13:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@917 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/Imakefile

index 1abf08734ef602b7415e1851be391abd4b894fc1..abf75989136a032be83c7098ed78ccf78362bd1d 100644 (file)
@@ -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