remove asn.1 directory; add rules to build its headers
authorJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 13:40:22 +0000 (13:40 +0000)
committerJohn 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

index 4a89e9e6d518490ac6bc6d1a158bb51f9ddbc17a..c25a5f7a4375cf0e4631bcb07a2fd20e37ec77d3 100644 (file)
@@ -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))