summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1994-05-26 03:13:35 +0000
committerTom Yu <tlyu@mit.edu>1994-05-26 03:13:35 +0000
commit51605750e8b236485a046ea9418a0861fb823993 (patch)
tree3e08819cefb858ab0099ba271dc28715c82442e0 /src/lib
parent61a43a7123d5ea602ebe57a8222b4f08d76c7c4f (diff)
cleaning up make depend crockery
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3647 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/des/Imakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index 2d3ba4c74..c7303d89a 100644
--- 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