From: John Kohl Date: Fri, 25 May 1990 09:47:41 +0000 (+0000) Subject: rearrange subdir order to do non-krb stuff at the end X-Git-Tag: krb5-1.0-alpha2~459 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=847cd79c8750f0dad180b0c88aa67689b9912b2d;p=krb5.git rearrange subdir order to do non-krb stuff at the end git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@947 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile index 920e8f0a1..6c970ba28 100644 --- a/src/lib/krb5/Imakefile +++ b/src/lib/krb5/Imakefile @@ -10,7 +10,7 @@ #define IHaveSubdirs #define PassCDebugFlags NormalLibraryObjectRule() - SUBDIRS = ccache crc-32 kdb keytab krb rcache free os des + SUBDIRS = ccache keytab krb rcache free os kdb des crc-32 OBJS = \ cryptoconf.o \ perror.o \