summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-11 02:40:54 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-11 02:40:54 +0000
commit1843b11ca3719b1c0d45ab98108c9dca56df5ea2 (patch)
treec6c1b71a2f508ab9a8d7e235a2d9574ba62a756c /src
parent9cdf5fca1ae30e7c6bf90a91cd61c9d3b63b3916 (diff)
downloadkrb5-1843b11ca3719b1c0d45ab98108c9dca56df5ea2.tar.gz
krb5-1843b11ca3719b1c0d45ab98108c9dca56df5ea2.tar.xz
krb5-1843b11ca3719b1c0d45ab98108c9dca56df5ea2.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/util/ss/ChangeLog6
-rw-r--r--src/util/ss/Makefile.in4
2 files changed, 8 insertions, 2 deletions
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 94a509f9f2..63fefc25d9 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (LOCALINCLUDES): Drop references to .. and et
+ directories in source and build trees.
+ (depend-prerecurse): Depend on 'includes'.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index f24c5e87cd..083ee39b61 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