From 64292ac2d025f5bc438ecfe92e26ecfc082850fd Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 7 Oct 1997 11:44:03 +0000 Subject: [PATCH] * Makefile.in (SRCS): Add $(srcdir) as prefix to srcs Allows make depend to work... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10209 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 4 ++++ src/util/et/Makefile.in | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index f6bdc7d66..aafa770c5 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 7 07:43:05 1997 Ezra Peisach + + * Makefile.in (SRCS): Add $(srcdir) as prefix to srcs. + Mon Jul 21 12:00:24 1997 Ezra Peisach * error_message.c (error_message): Mask error code with diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 261d4008c..9f6afef19 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -35,7 +35,10 @@ FILES= Makefile et_name.c error_message.c compile_et.c \ com_err.texinfo texinfo.tex #SRCS= compile_et.c error_table.c error_message.c et_name.c \ # init_et.c com_err.c -SRCS= error_message.c et_name.c init_et.c com_err.c +SRCS= $(srcdir)/error_message.c \ + $(srcdir)/et_name.c \ + $(srcdir)/init_et.c \ + $(srcdir)/com_err.c # # Warning flags -- 2.26.2