projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a43a7
)
cleaning up make depend crockery
author
Tom Yu
<tlyu@mit.edu>
Thu, 26 May 1994 03:13:35 +0000
(
03:13
+0000)
committer
Tom Yu
<tlyu@mit.edu>
Thu, 26 May 1994 03:13:35 +0000
(
03:13
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3647
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/des/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/crypto/des/Imakefile
b/src/lib/crypto/des/Imakefile
index 2d3ba4c74bb7e6addd66ec3650b3af64f0223106..c7303d89a9f442c97b80419d72231235aef5986b 100644
(file)
--- a/
src/lib/crypto/des/Imakefile
+++ b/
src/lib/crypto/des/Imakefile
@@
-66,9
+66,11
@@
VERIFYOBJ = verify.o
DESTESTOBJ = destest.o
-includes::
depend
+includes::
all::
+includes:: key_perm.h odd.h p_table.h s_table.h
+depend:: fp.c ip.c p.c
depend:: des.c $(SRCS)
SubdirLibraryRule($(OBJS))
@@
-131,6
+133,3
@@
s_table.h: make_st
NormalLintTarget($(SRCS))
-depend:: key_perm.h odd.h p_table.h s_table.h
-
-depend:: fp.c ip.c p.c