summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 94a509f9f..63fefc25d 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 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