summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-11 02:59:44 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-11 02:59:44 +0000
commit1f557cc172f2feb4f965fbf859d17aa02e275924 (patch)
tree830d2c5ea7430416ca2b25ce632a141f63707f0f /src
parent46547f80242c629d20a68e45a69359990cfd627b (diff)
downloadkrb5-1f557cc172f2feb4f965fbf859d17aa02e275924.tar.gz
krb5-1f557cc172f2feb4f965fbf859d17aa02e275924.tar.xz
krb5-1f557cc172f2feb4f965fbf859d17aa02e275924.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in19
2 files changed, 13 insertions, 10 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 454a0de3c1..4032af0d4d 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (LOCALINCLUDES): Don't reference et directory.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index a28d4cf3fe..3520df79e0 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