projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb5ea2
)
fix all:: target order
author
John Kohl
<jtkohl@mit.edu>
Wed, 9 May 1990 15:36:38 +0000
(15:36 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 9 May 1990 15:36:38 +0000
(15:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@804
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/file/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/Imakefile
b/src/lib/krb5/ccache/file/Imakefile
index 6dccb0ef81e790cabda06c880401e33e3dc463e5..46b2f75ff0fa5cfb3c0d738cc2e54d8e2bcaaae8 100644
(file)
--- 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))