diff options
| author | Theodore Tso <tytso@mit.edu> | 1993-12-24 22:33:11 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1993-12-24 22:33:11 +0000 |
| commit | b2adceaf71486a72724771a18b08a5a66d41558e (patch) | |
| tree | f97c93bdc2ece5b80f4d58fb4a0da946813a0794 | |
| parent | bc2578fd62852dae832939b2d1d6b3aff21ceccb (diff) | |
| download | krb5-b2adceaf71486a72724771a18b08a5a66d41558e.tar.gz krb5-b2adceaf71486a72724771a18b08a5a66d41558e.tar.xz krb5-b2adceaf71486a72724771a18b08a5a66d41558e.zip | |
Added dependencies for machine generated files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3265 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/lib/crypto/des/Imakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index ecec91a67..2d3ba4c74 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -66,6 +66,8 @@ VERIFYOBJ = verify.o DESTESTOBJ = destest.o +includes:: depend + all:: depend:: des.c $(SRCS) @@ -73,7 +75,7 @@ SubdirLibraryRule($(OBJS)) DependTarget() -$(SRCS): fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h +$(OBJS): fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h clean:: $(RM) fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h |
