* Makefile.in (LOCALINCLUDES): Don't reference et directory.
authorKen Raeburn <raeburn@mit.edu>
Wed, 11 Sep 2002 02:59:44 +0000 (02:59 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 11 Sep 2002 02:59:44 +0000 (02:59 +0000)
(dependencies updated)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14838 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in

index 454a0de3c11378979030d81f3cfaf7137ef4df6e..4032af0d4d8df3fe0ebb8e41e2a370479ba2a8bc 100644 (file)
@@ -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.
index a28d4cf3fe96926d5209352d8152db682ea65940..3520df79e081a7462316c1ea1f363de2c7d0f4bb 100644 (file)
@@ -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