+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.
# 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.
$(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