summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-09 15:36:38 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-09 15:36:38 +0000
commit8f02ab0461b85d204edb0235dcb50ea1f86e7402 (patch)
treea00bac60c126d43e1b2328596809c81cf7a7aa26 /src/lib
parent5fb5ea2e47724796640952278acc58f3eebf1c04 (diff)
downloadkrb5-8f02ab0461b85d204edb0235dcb50ea1f86e7402.tar.gz
krb5-8f02ab0461b85d204edb0235dcb50ea1f86e7402.tar.xz
krb5-8f02ab0461b85d204edb0235dcb50ea1f86e7402.zip
fix all:: target order
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@804 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/Imakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile
index 6dccb0ef8..46b2f75ff 100644
--- a/src/lib/krb5/ccache/file/Imakefile
+++ b/src/lib/krb5/ccache/file/Imakefile
@@ -12,4 +12,6 @@ SRCS = fcc_close.c fcc_destry.c fcc_eseq.c \
fcc_sseq.c fcc_store.c fcc_skip.c fcc_ops.c fcc_write.c \
fcc_sflags.c
+all:: ${OBJS}
+
OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))