update dependencies
authorTom Yu <tlyu@mit.edu>
Thu, 12 Dec 2002 21:33:16 +0000 (21:33 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 12 Dec 2002 21:33:16 +0000 (21:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15047 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/libtelnet/Makefile.in
src/tests/asn.1/Makefile.in
src/util/profile/Makefile.in

index fba5ae6fad805bff8f3271eb50e1ea3993143bf5..6e512c58f578fa97c2ae47d35938282a96326044 100644 (file)
@@ -102,7 +102,8 @@ $(OUTPRE)misc.$(OBJEXT): misc.c misc.h misc-proto.h \
   auth.h auth-proto.h encrypt.h enc-proto.h
 $(OUTPRE)kerberos.$(OBJEXT): kerberos.c $(BUILDTOP)/include/krb5.h \
   $(COM_ERR_DEPS) $(srcdir)/../arpa/telnet.h $(SRCTOP)/include/kerberosIV/des.h \
-  $(SRCTOP)/include/kerberosIV/krb.h encrypt.h enc-proto.h \
+  $(SRCTOP)/include/kerberosIV/krb.h $(BUILDTOP)/include/kerberosIV/krb_err.h \
+  $(BUILDTOP)/include/profile.h encrypt.h enc-proto.h \
   auth.h auth-proto.h misc.h misc-proto.h
 $(OUTPRE)kerberos5.$(OBJEXT): kerberos5.c $(srcdir)/../arpa/telnet.h \
   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/syslog.h \
index 87ffde12c8062f54c25ae75d33d04638d9b2cb06..920f3d84f2049c4ecff7be50a9e9bb23db6363db 100644 (file)
@@ -64,13 +64,6 @@ ktest_equal.o: ktest_equal.h
 # Makefile dependencies follow.  This must be the last section in
 # the Makefile.in file
 #
-$(OUTPRE)krb5_encode_test.$(OBJEXT): krb5_encode_test.c \
-  $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
-  $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \
-  $(COM_ERR_DEPS) $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
-  $(SRCTOP)/include/krb5/kdb.h $(BUILDTOP)/include/profile.h \
-  utility.h $(SRCTOP)/lib/krb5/asn.1/krbasn1.h $(SRCTOP)/lib/krb5/asn.1/asn1buf.h \
-  ktest.h debug.h
 $(OUTPRE)krb5_encode_test.$(OBJEXT): krb5_encode_test.c \
   $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
   $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \
index adcebffb07273a850da0175ef995a4d33d8daae0..a735ed9d003ed93b2c703688ab4c786fbeb22abf 100644 (file)
@@ -128,20 +128,20 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
 # the Makefile.in file
 #
 prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): prof_tree.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(COM_ERR_DEPS)
 prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): prof_init.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h
+  $(COM_ERR_DEPS) profile.h
 test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \
-  $(COM_ERR_DEPS) prof_err.h profile.h argv_parse.h
+  $(COM_ERR_DEPS) profile.h argv_parse.h