projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3458a7
)
add clean rule to nuke the error table stuff
author
John Kohl
<jtkohl@mit.edu>
Wed, 23 May 1990 13:33:23 +0000
(13:33 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/kdc/Imakefile
b/src/kdc/Imakefile
index 1abf08734ef602b7415e1851be391abd4b894fc1..abf75989136a032be83c7098ed78ccf78362bd1d 100644
(file)
--- 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