projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3462285
)
remove error_tables
author
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 11:48:13 +0000
(11:48 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 11:48:13 +0000
(11:48 +0000)
add rule to build header files.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1319
dc483132
-0cff-0310-8789-
dd5450dbe970
src/Imakefile
patch
|
blob
|
history
diff --git
a/src/Imakefile
b/src/Imakefile
index a25728a9977ea1f0ef525d07cde4bca257904036..4a89e9e6d518490ac6bc6d1a158bb51f9ddbc17a 100644
(file)
--- a/
src/Imakefile
+++ b/
src/Imakefile
@@
-25,8
+25,9
@@
SSDIR=
#else
SSDIR=ss
#endif
- SUBDIRS = $(COMERRDIR) $(SSDIR) \
- error_tables asn.1 lib kdc admin clients appl
+all::; (cd lib/error_tables && make headers)
+
+ SUBDIRS = $(COMERRDIR) $(SSDIR) asn.1 lib kdc admin clients appl
LNINSTALLDIRS =
MakeSubdirs($(SUBDIRS))