From: John Kohl Date: Thu, 25 Oct 1990 13:40:22 +0000 (+0000) Subject: remove asn.1 directory; add rules to build its headers X-Git-Tag: krb5-1.0-alpha2~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad6de042f72825fa72c40c2245025b8e781227c2;p=krb5.git remove asn.1 directory; add rules to build its headers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1326 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Imakefile b/src/Imakefile index 4a89e9e6d..c25a5f7a4 100644 --- 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))