+Sun Aug 17 14:39:56 1997 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in (SRCS): Add $(srcdir) as needed.
+
Wed Feb 5 22:52:41 1997 Richard Basch <basch@lehman.com>
* Makefile.in: Remove the target ct_c.awk before copying over it.
request_tbl.o list_rqs.o pager.o requests.o \
data.o
-SRCS= invocation.c help.c \
- execute_cmd.c listen.c parse.c error.c prompt.c \
- request_tbl.c list_rqs.c pager.c requests.c \
- data.c \
+SRCS= $(srcdir)/invocation.c $(srcdir)/help.c \
+ $(srcdir)/execute_cmd.c $(srcdir)/listen.c $(srcdir)/parse.c \
+ $(srcdir)/error.c $(srcdir)/prompt.c \
+ $(srcdir)/request_tbl.c $(srcdir)/list_rqs.c $(srcdir)/pager.c \
+ $(srcdir)/requests.c $(srcdir)/data.c \
ss_err.h
# ss_err.h here, so that make depend catches it.