From: Ken Raeburn Date: Wed, 11 Sep 2002 02:40:54 +0000 (+0000) Subject: * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories in X-Git-Tag: krb5-1.3-alpha1~413 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1843b11ca3719b1c0d45ab98108c9dca56df5ea2;p=krb5.git * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories in source and build trees. (depend-prerecurse): Depend on 'includes'. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14836 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 94a509f9f..63fefc25d 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -1,3 +1,9 @@ +2002-09-10 Ken Raeburn + + * Makefile.in (LOCALINCLUDES): Drop references to .. and et + directories in source and build trees. + (depend-prerecurse): Depend on 'includes'. + 2002-08-29 Ken Raeburn * Makefile.in: Revert $(S)=>/ change, for Windows support. diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index f24c5e87c..083ee39b6 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -27,7 +27,7 @@ install-unix:: install-libs # hard coded ../et is so com_err.h works # CFLAGS= -g # CPPFLAGS= -I${INCDIR} -I. -I.. -I../et -LOCALINCLUDES= -I. -I$(srcdir)/ -I$(srcdir)/.. -I$(srcdir)/../et -I.. +LOCALINCLUDES= -I. -I$(srcdir)/ # with ss_err.o first, ss_err.h should get rebuilt first too. should not # be relying on this, though. @@ -44,7 +44,7 @@ SRCS= $(srcdir)/invocation.c $(srcdir)/help.c \ $(srcdir)/error.c $(srcdir)/prompt.c \ $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \ $(srcdir)/requests.c $(srcdir)/data.c -depend-prerecurse:: ss_err.h +depend-prerecurse:: ss_err.h includes std_rqs.o: std_rqs.c ss_err.h