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