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
+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 <eichin@cygnus.com>
* configure.in: add caching to perror check (from epeisach).
#
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