aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/ktutil
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-11 03:37:44 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-11 03:37:44 +0000
commit1c20d1777625c032b57610e2c5ddfbf614d858d5 (patch)
tree7cba7ce8c9d089653aa15652dad3e8b727afad75 /src/kadmin/ktutil
parentf389044342221cd84f4e4ef4b0908077dd1f98a6 (diff)
downloadkrb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.zip
krb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.tar.gz
krb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.tar.bz2
Update automatic dependencies to work on Windows by using $(OUTPRE) and
$(OBJEXT). Change a couple of UNIX rules to not trigger incorrectly on Windows. Rebuild dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13801 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/ktutil')
-rw-r--r--src/kadmin/ktutil/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/kadmin/ktutil/Makefile.in b/src/kadmin/ktutil/Makefile.in
index 3edd925..98b06b6 100644
--- a/src/kadmin/ktutil/Makefile.in
+++ b/src/kadmin/ktutil/Makefile.in
@@ -40,14 +40,15 @@ clean::
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-ktutil.o: ktutil.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
- $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \
- $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
- $(SRCTOP)/include/krb5/kdb.h ktutil.h $(SRCTOP)/include/krb5/adm_proto.h \
- $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h
-ktutil_ct.o: ktutil_ct.c $(BUILDTOP)/include/ss/ss.h \
+$(OUTPRE)ktutil.$(OBJEXT): ktutil.c $(SRCTOP)/include/k5-int.h \
+ $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
+ ktutil.h $(SRCTOP)/include/krb5/adm_proto.h $(BUILDTOP)/include/ss/ss.h \
+ $(BUILDTOP)/include/ss/ss_err.h
+$(OUTPRE)ktutil_ct.$(OBJEXT): ktutil_ct.c $(BUILDTOP)/include/ss/ss.h \
$(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
-ktutil_funcs.o: ktutil_funcs.c $(SRCTOP)/include/k5-int.h \
+$(OUTPRE)ktutil_funcs.$(OBJEXT): ktutil_funcs.c $(SRCTOP)/include/k5-int.h \
$(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \