projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0934540
)
remove rcache.c, add rcdef.c
author
John Kohl
<jtkohl@mit.edu>
Fri, 4 May 1990 14:44:19 +0000
(14:44 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 4 May 1990 14:44:19 +0000
(14:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@723
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/rcache/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/rcache/Imakefile
b/src/lib/krb5/rcache/Imakefile
index 8cbe5ba1bc0f20b97be2347dec49890524271997..e6a404e8b92d8752445bb0d6c027d6869e018569 100644
(file)
--- a/
src/lib/krb5/rcache/Imakefile
+++ b/
src/lib/krb5/rcache/Imakefile
@@
-6,12
+6,12
@@
OBJS= \
rc_base.o \
rc_dfl.o \
rc_io.o \
- rc
ache
.o
+ rc
def
.o
SRCS= \
rc_base.c \
rc_dfl.c \
rc_io.c \
- rc
ache
.c
+ rc
def
.c
NormalLibraryTarget(rc,$(OBJS))