From: John Kohl Date: Thu, 25 Oct 1990 11:48:13 +0000 (+0000) Subject: remove error_tables X-Git-Tag: krb5-1.0-alpha2~92 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f6d30d7844d52e21ce0f467786bfb0e96c59a55b;p=krb5.git remove error_tables add rule to build header files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1319 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Imakefile b/src/Imakefile index a25728a99..4a89e9e6d 100644 --- 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))