summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-25 09:47:41 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-25 09:47:41 +0000
commit847cd79c8750f0dad180b0c88aa67689b9912b2d (patch)
tree2f50f1767f95685879366ce50f798402a6c0724c /src
parent4b3f40368ecdece0588fb99063ced2b842673fb5 (diff)
downloadkrb5-847cd79c8750f0dad180b0c88aa67689b9912b2d.tar.gz
krb5-847cd79c8750f0dad180b0c88aa67689b9912b2d.tar.xz
krb5-847cd79c8750f0dad180b0c88aa67689b9912b2d.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/Imakefile2
1 files changed, 1 insertions, 1 deletions
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 \