summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-12-24 22:33:11 +0000
committerTheodore Tso <tytso@mit.edu>1993-12-24 22:33:11 +0000
commitb2adceaf71486a72724771a18b08a5a66d41558e (patch)
treef97c93bdc2ece5b80f4d58fb4a0da946813a0794
parentbc2578fd62852dae832939b2d1d6b3aff21ceccb (diff)
downloadkrb5-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/Imakefile4
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