From: Mark Eichin Date: Thu, 26 Jan 1995 01:51:22 +0000 (+0000) Subject: * Makefile.in (SRCS): add com_err.c explicit dependency to work X-Git-Tag: krb5-1.0-beta5~812 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96457c9ad31a1072f94b3b7118f19e31fc445ea7;p=krb5.git * 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 --- 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