From 96457c9ad31a1072f94b3b7118f19e31fc445ea7 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Thu, 26 Jan 1995 01:51:22 +0000 Subject: [PATCH] * Makefile.in (SRCS): add com_err.c explicit dependency to work around VPATH bug in Solaris make. Also fix typo in comment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4843 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 5 +++++ src/util/et/Makefile.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 2e7f1eb04..d7fb476dd 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 25 20:48:50 1995 Mark Eichin (eichin@tweedledumber.cygnus.com) + + * Makefile.in (SRCS): add com_err.c explicit dependency to work + around VPATH bug in Solaris make. Also fix typo in comment. + Fri Nov 18 00:34:29 1994 Mark Eichin * configure.in: add caching to perror check (from epeisach). diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 0b37e72e2..99ff5902c 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -33,13 +33,15 @@ SRCS=$(CFILES) # error_table.o: et_lex.lex.c +# solaris make loses on com_err.c but not on init_et.c, but this helps +com_err.o: com_err.c # # real entries... # all:: compile_et includes -# The realm compile_et just isn't portable. (But then again, anything using +# The real compile_et just isn't portable. (But then again, anything using # lex and yacc isn't portable by definition. :-( ) # #compile_et: compile_et.o error_table.o -- 2.26.2