From 1f557cc172f2feb4f965fbf859d17aa02e275924 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 11 Sep 2002 02:59:44 +0000 Subject: * Makefile.in (LOCALINCLUDES): Don't reference et directory. (dependencies updated) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14838 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 4 ++++ src/util/profile/Makefile.in | 19 +++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) (limited to 'src/util') diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 454a0de..4032af0 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +2002-09-10 Ken Raeburn + + * Makefile.in (LOCALINCLUDES): Don't reference et directory. + 2002-08-29 Ken Raeburn * Makefile.in: Revert $(S)=>/ change, for Windows support. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index a28d4cf..3520df7 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -8,7 +8,7 @@ PROG_RPATH=$(KRB5_LIBDIR) ##DOS##OBJFILE=$(OUTPRE)profile.lst ##DOS##LIBNAME=$(OUTPRE)profile.lib -LOCALINCLUDES=-I. -I$(srcdir)/../et +LOCALINCLUDES=-I. STLIBOBJS = \ prof_tree.o \ @@ -124,21 +124,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 $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h profile.h prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \ - $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h profile.h prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \ - $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h profile.h prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \ - $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h profile.h prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \ - $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h 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 $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h profile.h test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \ - $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h + $(COM_ERR_DEPS) prof_err.h profile.h test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \ - $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h \ - argv_parse.h + $(COM_ERR_DEPS) prof_err.h profile.h argv_parse.h -- cgit v1.1