cleaning up make depend crockery
authorTom Yu <tlyu@mit.edu>
Thu, 26 May 1994 03:13:35 +0000 (03:13 +0000)
committerTom 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

index 2d3ba4c74bb7e6addd66ec3650b3af64f0223106..c7303d89a9f442c97b80419d72231235aef5986b 100644 (file)
@@ -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