summaryrefslogtreecommitdiffstats
path: root/src/util/profile/Makefile.in
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/util/profile/Makefile.in
parentf389044342221cd84f4e4ef4b0908077dd1f98a6 (diff)
downloadkrb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.tar.gz
krb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.tar.xz
krb5-1c20d1777625c032b57610e2c5ddfbf614d858d5.zip
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/util/profile/Makefile.in')
-rw-r--r--src/util/profile/Makefile.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 80751e5d19..111c938517 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -119,17 +119,17 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-prof_tree.o: prof_tree.c prof_int.h $(BUILDTOP)/include/com_err.h \
- prof_err.h $(BUILDTOP)/include/profile.h
-prof_file.o: prof_file.c prof_int.h $(BUILDTOP)/include/com_err.h \
- prof_err.h $(BUILDTOP)/include/profile.h
-prof_parse.o: prof_parse.c prof_int.h $(BUILDTOP)/include/com_err.h \
- prof_err.h $(BUILDTOP)/include/profile.h
-prof_get.o: prof_get.c prof_int.h $(BUILDTOP)/include/com_err.h \
- prof_err.h $(BUILDTOP)/include/profile.h
-prof_set.o: prof_set.c prof_int.h $(BUILDTOP)/include/com_err.h \
- prof_err.h $(BUILDTOP)/include/profile.h
-prof_err.o: prof_err.c $(BUILDTOP)/include/com_err.h
-prof_init.o: prof_init.c prof_int.h $(BUILDTOP)/include/com_err.h \
- prof_err.h $(BUILDTOP)/include/profile.h
+$(OUTPRE)prof_tree.$(OBJEXT): prof_tree.c prof_int.h \
+ $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+$(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
+ $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+$(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
+ $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+$(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
+ $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+$(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
+ $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
+$(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(BUILDTOP)/include/com_err.h
+$(OUTPRE)prof_init.$(OBJEXT): prof_init.c prof_int.h \
+ $(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h